about summary refs log tree commit diff
path: root/src/test/run-pass/box-of-array-of-drop-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/box-of-array-of-drop-1.rs')
-rw-r--r--src/test/run-pass/box-of-array-of-drop-1.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/box-of-array-of-drop-1.rs b/src/test/run-pass/box-of-array-of-drop-1.rs
index e889d74c7cc..a63a232e1b5 100644
--- a/src/test/run-pass/box-of-array-of-drop-1.rs
+++ b/src/test/run-pass/box-of-array-of-drop-1.rs
@@ -11,6 +11,8 @@
 // Test that we cleanup a fixed size Box<[D; k]> properly when D has a
 // destructor.
 
+// ignore-emscripten no threads support
+
 #![feature(const_fn)]
 
 use std::thread;