diff --git a/tests/poll-watcher-hashing.rs b/tests/poll-watcher-hashing.rs index f8476c5b..dfdf16fc 100644 --- a/tests/poll-watcher-hashing.rs +++ b/tests/poll-watcher-hashing.rs @@ -1,3 +1,4 @@ +#![cfg(not(target_os = "windows"))] use nix::sys::stat::futimens; use std::fs::{File, OpenOptions}; use std::io::Write;