Update tests.
This commit is contained in:
parent
7f26adeac1
commit
10b6f33508
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue