Update tests.
This commit is contained in:
parent
7f26adeac1
commit
10b6f33508
@ -191,7 +191,7 @@ fn wait_timeout_wake() {
|
||||
|
||||
#[test]
|
||||
#[should_panic]
|
||||
#[cfg_attr(not(unix), ignore)]
|
||||
#[cfg(all(unix, not(target_os = "linux"), not(target_os = "android")))]
|
||||
fn two_mutexes() {
|
||||
let m = Arc::new(Mutex::new(()));
|
||||
let m2 = m.clone();
|
||||
|
Loading…
x
Reference in New Issue
Block a user