diff options
Diffstat (limited to 'tests/ui/macros/unreachable-static-msg.rs')
| -rw-r--r-- | tests/ui/macros/unreachable-static-msg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/macros/unreachable-static-msg.rs b/tests/ui/macros/unreachable-static-msg.rs index 3e917897da4..a85f8962e7d 100644 --- a/tests/ui/macros/unreachable-static-msg.rs +++ b/tests/ui/macros/unreachable-static-msg.rs @@ -1,6 +1,6 @@ //@ run-fail //@ error-pattern:internal error: entered unreachable code: uhoh -//@ ignore-emscripten no processes +//@ needs-subprocess fn main() { unreachable!("uhoh") |
