This commit is contained in:
Oli Scherer 2022-09-02 13:55:18 +00:00
parent 92c24c4c37
commit 7155a2190e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4fd4de7ea358ad6fc28c5780533ea8ccc09e1006
9353538c7bea6edb245457712cec720305c4576e

View File

@ -16,7 +16,7 @@ fn check_conditional_variables_notify_all() {
let (lock, cvar) = &*pair2;
let guard = lock.lock().unwrap();
// Block waiting on the conditional variable.
let _ = cvar.wait(guard).unwrap();
let _x = cvar.wait(guard).unwrap();
})
})
.inspect(|_| {