about summary refs log tree commit diff
path: root/library/std/tests/sync/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/tests/sync/lib.rs')
-rw-r--r--library/std/tests/sync/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/tests/sync/lib.rs b/library/std/tests/sync/lib.rs
index f874c2ba389..ac1dbebcc5c 100644
--- a/library/std/tests/sync/lib.rs
+++ b/library/std/tests/sync/lib.rs
@@ -7,6 +7,7 @@
 #![feature(rwlock_downgrade)]
 #![feature(std_internals)]
 #![feature(sync_nonpoison)]
+#![feature(nonpoison_condvar)]
 #![feature(nonpoison_mutex)]
 #![feature(nonpoison_rwlock)]
 #![allow(internal_features)]