mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Update tests
This commit is contained in:
parent
35aa1dc992
commit
9ea3e65df6
@ -123,7 +123,9 @@ fn foo() {
|
||||
|
||||
fn issue1405() {
|
||||
open_raw_fd(fd, b'r').and_then(|file| {
|
||||
Capture::new_raw(None, |_, err| unsafe { raw::pcap_fopen_offline(file, err) })
|
||||
Capture::new_raw(None, |_, err| unsafe {
|
||||
raw::pcap_fopen_offline(file, err)
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
@ -174,8 +176,9 @@ fn issue1329() {
|
||||
}
|
||||
|
||||
fn issue325() {
|
||||
let f =
|
||||
|| unsafe { xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx };
|
||||
let f = || unsafe {
|
||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
};
|
||||
}
|
||||
|
||||
fn issue1697() {
|
||||
|
Loading…
Reference in New Issue
Block a user