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