diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 674f42f87..5a535e4d8 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1012,6 +1012,7 @@ mod integration { temp_directory.close().unwrap(); } + #[cfg(unix)] #[test] fn test_watch() { macro_rules! assert_contains { |