Skip to content

Commit c11eba2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/tests/switch-stdout.rs

Lines changed: 1 addition & 1 deletion
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)