Skip to content

Commit

Permalink
run nix test not on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpr03 committed Apr 28, 2022
1 parent 20549fa commit 6077ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/poll-watcher-hashing.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(not(target_os = "windows"))]
use nix::sys::stat::futimens;
use std::fs::{File, OpenOptions};
use std::io::Write;
Expand Down

0 comments on commit 6077ef0

Please sign in to comment.