Skip to content

Commit 4227c0a

Browse files
committed
Make Unix or Windows mandatory for the switch-stdout.rs test
1 parent 2f093c6 commit 4227c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/tests/switch-stdout.rs

+2
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)