Update tests.

This commit is contained in:
Mara Bos 2022-03-17 12:29:30 +01:00
parent 7f26adeac1
commit 10b6f33508

View File

@ -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();