about summary refs log tree commit diff
path: root/tests/ui/array-slice-vec/nested-vec-3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/array-slice-vec/nested-vec-3.rs')
-rw-r--r--tests/ui/array-slice-vec/nested-vec-3.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/array-slice-vec/nested-vec-3.rs b/tests/ui/array-slice-vec/nested-vec-3.rs
index ce61401aab4..51975743742 100644
--- a/tests/ui/array-slice-vec/nested-vec-3.rs
+++ b/tests/ui/array-slice-vec/nested-vec-3.rs
@@ -1,8 +1,8 @@
 //@ run-pass
 //@ needs-unwind
-#![allow(overflowing_literals)]
+//@ needs-threads
 
-//@ ignore-emscripten no threads support
+#![allow(overflowing_literals)]
 
 // Test that using the `vec!` macro nested within itself works when
 // the contents implement Drop and we hit a panic in the middle of