From 9855b52df2cfcf334a6f87e2834d50b9d45d375b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Tue, 5 Feb 2019 22:07:56 +0300 Subject: [PATCH] change test cfg --- tests/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;