about summary refs log tree commit diff
path: root/tests/ui/runtime/stdout-during-shutdown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/runtime/stdout-during-shutdown.rs')
-rw-r--r--tests/ui/runtime/stdout-during-shutdown.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/runtime/stdout-during-shutdown.rs b/tests/ui/runtime/stdout-during-shutdown.rs
index a6cf812ca64..8549f5d8eb6 100644
--- a/tests/ui/runtime/stdout-during-shutdown.rs
+++ b/tests/ui/runtime/stdout-during-shutdown.rs
@@ -1,6 +1,6 @@
-// run-pass
-// check-run-results
-// ignore-emscripten
+//@ run-pass
+//@ check-run-results
+//@ ignore-emscripten
 
 // Emscripten doesn't flush its own stdout buffers on exit, which would fail
 // this test. So this test is disabled on this platform.