We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd69a92 commit 11f2b83Copy full SHA for 11f2b83
tests/pass/concurrency/sync.rs
@@ -219,10 +219,8 @@ fn park_unpark() {
219
// know Miri's timed synchronization primitives do not do that.
220
221
assert!((200..1000).contains(&start.elapsed().as_millis()));
222
-}
223
224
-fn check_condvar() {
225
- let _ = std::sync::Condvar::new();
+ t2.join().unwrap();
226
}
227
228
fn main() {
@@ -236,5 +234,4 @@ fn main() {
236
234
check_once();
237
235
park_timeout();
238
park_unpark();
239
- check_condvar();
240
0 commit comments