Skip to content

Commit 9855b52

Browse files
committed
change test cfg
1 parent 39ba5d2 commit 9855b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ fn test_huge() {
2525
getrandom(&mut huge).unwrap();
2626
}
2727

28-
#[cfg(not(any(target_arch = "wasm32", target_arch = "asmjs")))]
28+
#[cfg(any(unix, windows, target_os="redox", target_os = "fuchsia"))]
2929
#[test]
30-
fn test_os_rng_tasks() {
30+
fn test_multithreading() {
3131
use std::sync::mpsc::channel;
3232
use std::thread;
3333

0 commit comments

Comments
 (0)