about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-0.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-0.rs')
-rw-r--r--src/test/run-pass/task-comm-0.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/task-comm-0.rs b/src/test/run-pass/task-comm-0.rs
index 1409caf9c70..0ac232e2e12 100644
--- a/src/test/run-pass/task-comm-0.rs
+++ b/src/test/run-pass/task-comm-0.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-emscripten no threads support
+
 #![feature(std_misc)]
 
 use std::thread;