Skip to content

Commit ce18bc9

Browse files
committed
feat: add macos sync io
1 parent 0bae019 commit ce18bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/smoke.rs

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ mod fusedev_tests {
9292
#[cfg(target_os = "linux")]
9393
let tmp_dir = TempDir::new().unwrap();
9494

95+
#[cfg(target_os = "macos")]
9596
let tmp_dir = {
9697
let source = tempdir().expect("Cannot create temporary directory.");
9798
source.into_path()

0 commit comments

Comments
 (0)