Skip to content

Commit e903574

Browse files
committed
Make Unix or Windows mandatory for the switch-stdout.rs test
1 parent e60aff6 commit e903574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

std/tests/switch-stdout.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[cfg(any(target_family = "unix", target_family = "windows"))]
2+
13
use std::fs::File;
24
use std::io::{Read, Write};
35

0 commit comments

Comments
 (0)