mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Update a test
This commit is contained in:
parent
de6bfc4ad7
commit
2dc1de9307
@ -109,10 +109,8 @@ 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) })
|
||||
});
|
||||
}
|
||||
|
||||
fn issue1466() {
|
||||
|
Loading…
Reference in New Issue
Block a user