about summary refs log tree commit diff
path: root/tests/ui/macros/assert-as-macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/macros/assert-as-macro.rs')
-rw-r--r--tests/ui/macros/assert-as-macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/macros/assert-as-macro.rs b/tests/ui/macros/assert-as-macro.rs
index 391b056292f..c18a3d89fb6 100644
--- a/tests/ui/macros/assert-as-macro.rs
+++ b/tests/ui/macros/assert-as-macro.rs
@@ -1,6 +1,6 @@
 //@ run-fail
 //@ error-pattern:assertion failed: 1 == 2
-//@ ignore-emscripten no processes
+//@ needs-subprocess
 
 fn main() {
     assert!(1 == 2);