mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 19:47:33 +00:00
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,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::fs::File;
|
||||||
use std::io::{Read, Write};
|
use std::io::{Read, Write};
|
||||||
|
Loading…
Reference in New Issue
Block a user