diff options
Diffstat (limited to 'src/test/run-pass/spawn-fn.rs')
| -rw-r--r-- | src/test/run-pass/spawn-fn.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/spawn-fn.rs b/src/test/run-pass/spawn-fn.rs index 4a35ed609e0..751d833ff9c 100644 --- a/src/test/run-pass/spawn-fn.rs +++ b/src/test/run-pass/spawn-fn.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 + use std::thread; fn x(s: String, n: isize) { |
