diff options
Diffstat (limited to 'tests/ui/runtime/running-with-no-runtime.rs')
| -rw-r--r-- | tests/ui/runtime/running-with-no-runtime.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/runtime/running-with-no-runtime.rs b/tests/ui/runtime/running-with-no-runtime.rs index c321e86dc18..8430e826dc3 100644 --- a/tests/ui/runtime/running-with-no-runtime.rs +++ b/tests/ui/runtime/running-with-no-runtime.rs @@ -1,6 +1,6 @@ -// run-pass -// ignore-emscripten spawning processes is not supported -// ignore-sgx no processes +//@ run-pass +//@ ignore-emscripten spawning processes is not supported +//@ ignore-sgx no processes #![feature(start)] |
