change test cfg

This commit is contained in:
Артём Павлов [Artyom Pavlov]
2019-02-05 22:07:56 +03:00
parent 39ba5d2c92
commit 9855b52df2
+2 -2
View File
@@ -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;