about summary refs log tree commit diff
path: root/tests/ui/runtime/running-with-no-runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/runtime/running-with-no-runtime.rs')
-rw-r--r--tests/ui/runtime/running-with-no-runtime.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/runtime/running-with-no-runtime.rs b/tests/ui/runtime/running-with-no-runtime.rs
index 8430e826dc3..695025b3859 100644
--- a/tests/ui/runtime/running-with-no-runtime.rs
+++ b/tests/ui/runtime/running-with-no-runtime.rs
@@ -1,5 +1,5 @@
 //@ run-pass
-//@ ignore-emscripten spawning processes is not supported
+//@ ignore-wasm32 spawning processes is not supported
 //@ ignore-sgx no processes
 
 #![feature(start)]