Skip to content

Commit

Permalink
try pass CI in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Feb 20, 2024
1 parent 5ddfe60 commit c56599a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monoio/tests/fs_file.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(not(windows))]
use std::io::prelude::*;
#[cfg(unix)]
use std::os::unix::io::{AsRawFd, FromRawFd, RawFd};
Expand Down Expand Up @@ -107,7 +108,6 @@ async fn drop_open() {
drop(file_w);
}

#[cfg(not(all(windows, feature = "sync")))]
#[test]
fn drop_off_runtime() {
let tempfile = tempfile();
Expand Down

0 comments on commit c56599a

Please sign in to comment.