Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
brmmm3 committed Oct 25, 2024
1 parent 4addc41 commit e44bb3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scandir/tests/scandir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ fn test_scandir() -> Result<(), Error> {
let temp_dir = common::create_temp_file_tree(3, 3, 4, 5, 6, 7)?;
#[cfg(windows)]
let temp_dir = common::create_temp_file_tree(3, 3, 4, 5)?;
println!("temp_dir={temp_dir:?}");
let entries = Scandir::new(temp_dir.path(), Some(true))?.collect()?;
println!("entries={entries:#?}");
#[cfg(unix)]
assert_eq!(192, entries.results.len());
#[cfg(windows)]
Expand Down

0 comments on commit e44bb3b

Please sign in to comment.