diff --git a/tests/mod.rs b/tests/mod.rs index 47db835..61719e5 100644 --- a/tests/mod.rs +++ b/tests/mod.rs @@ -25,9 +25,9 @@ fn test_huge() { getrandom(&mut huge).unwrap(); } -#[cfg(not(any(target_arch = "wasm32", target_arch = "asmjs")))] +#[cfg(any(unix, windows, target_os="redox", target_os = "fuchsia"))] #[test] -fn test_os_rng_tasks() { +fn test_multithreading() { use std::sync::mpsc::channel; use std::thread;