Skip to content

Commit

Permalink
feat: add macos sync io
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer committed Jan 12, 2024
1 parent 0bae019 commit ce18bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ mod fusedev_tests {
#[cfg(target_os = "linux")]
let tmp_dir = TempDir::new().unwrap();

#[cfg(target_os = "macos")]
let tmp_dir = {
let source = tempdir().expect("Cannot create temporary directory.");
source.into_path()
Expand Down

0 comments on commit ce18bc9

Please sign in to comment.