about summary refs log tree commit diff
path: root/src/test/run-pass/box-of-array-of-drop-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/box-of-array-of-drop-2.rs')
-rw-r--r--src/test/run-pass/box-of-array-of-drop-2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/box-of-array-of-drop-2.rs b/src/test/run-pass/box-of-array-of-drop-2.rs
index 54be4955baf..9dde53bb31d 100644
--- a/src/test/run-pass/box-of-array-of-drop-2.rs
+++ b/src/test/run-pass/box-of-array-of-drop-2.rs
@@ -13,8 +13,6 @@
 
 // ignore-emscripten no threads support
 
-#![feature(const_atomic_usize_new)]
-
 use std::thread;
 use std::sync::atomic::{AtomicUsize, Ordering};