We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6eb20 commit 3227c61Copy full SHA for 3227c61
tests/pass/shims/fs.rs
@@ -28,8 +28,7 @@ fn main() {
28
test_from_raw_os_error();
29
test_file_clone();
30
// Windows file handling is very incomplete.
31
- // FIXME: read_dir broken on FreeBSD (https://github.com/rust-lang/miri/issues/4587)
32
- if cfg!(not(windows)) && !cfg!(target_os = "freebsd") {
+ if cfg!(not(windows)) {
33
test_file_set_len();
34
test_file_sync();
35
test_rename();
0 commit comments