about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/test-tasks-invalid-value.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/threads-sendsync/test-tasks-invalid-value.rs')
-rw-r--r--tests/ui/threads-sendsync/test-tasks-invalid-value.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/test-tasks-invalid-value.rs b/tests/ui/threads-sendsync/test-tasks-invalid-value.rs
index 4b38b9ce2c9..127086743ca 100644
--- a/tests/ui/threads-sendsync/test-tasks-invalid-value.rs
+++ b/tests/ui/threads-sendsync/test-tasks-invalid-value.rs
@@ -5,7 +5,7 @@
 //@ error-pattern:should be a positive integer
 //@ compile-flags: --test
 //@ exec-env:RUST_TEST_THREADS=foo
-//@ ignore-emscripten
+//@ needs-threads
 
 #[test]
 fn do_nothing() {}