diff options
Diffstat (limited to 'src/test/run-pass/task-spawn-move-and-copy.rs')
| -rw-r--r-- | src/test/run-pass/task-spawn-move-and-copy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/task-spawn-move-and-copy.rs b/src/test/run-pass/task-spawn-move-and-copy.rs index 6a84ec47c93..9b9081019e4 100644 --- a/src/test/run-pass/task-spawn-move-and-copy.rs +++ b/src/test/run-pass/task-spawn-move-and-copy.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-emscripten no threads support #![allow(unknown_features)] #![feature(box_syntax, std_misc)] |
