Rollup merge of #114171 - fortanix:raoul/fix_switch-stdout_test, r=workingjubilee
Fix switch-stdout test for none unix/windows platforms PR #112390 moved tests to std. Unfortunately, there is a typo which causes issues on platforms other than unix and windows.
This commit is contained in:
commit
5df97c6bb9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#[cfg(any(target_family = "unix", target_family = "windows"))]
|
||||
#![cfg(any(target_family = "unix", target_family = "windows"))]
|
||||
|
||||
use std::fs::File;
|
||||
use std::io::{Read, Write};
|
||||
|
|
Loading…
Add table
Reference in a new issue