Make Unix or Windows mandatory for the switch-stdout.rs test

This commit is contained in:
MoskalykA 2023-06-07 21:51:57 +02:00
parent 2f093c67ea
commit 4227c0a406

View file

@ -1,3 +1,5 @@
#[cfg(any(target_family = "unix", target_family = "windows"))]
use std::fs::File;
use std::io::{Read, Write};