Skip to content

Commit 9454916

Browse files
committed
Fix switch-stdout test for none unix/windows platforms
1 parent aafd75a commit 9454916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/tests/switch-stdout.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[cfg(any(target_family = "unix", target_family = "windows"))]
1+
#![cfg(any(target_family = "unix", target_family = "windows"))]
22

33
use std::fs::File;
44
use std::io::{Read, Write};

0 commit comments

Comments
 (0)