about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-3.rs')
-rw-r--r--src/test/run-pass/task-comm-3.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/task-comm-3.rs b/src/test/run-pass/task-comm-3.rs
index 890107998cc..0e8542babab 100644
--- a/src/test/run-pass/task-comm-3.rs
+++ b/src/test/run-pass/task-comm-3.rs
@@ -10,6 +10,7 @@
 
 #![feature(std_misc)]
 
+// ignore-emscripten no threads support
 // no-pretty-expanded FIXME #15189
 
 use std::thread;