Skip to content

Commit 6077ef0

Browse files
committed
run nix test not on windows
1 parent 20549fa commit 6077ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/poll-watcher-hashing.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg(not(target_os = "windows"))]
12
use nix::sys::stat::futimens;
23
use std::fs::{File, OpenOptions};
34
use std::io::Write;

0 commit comments

Comments
 (0)