about summary refs log tree commit diff
path: root/src/test/run-pass/weird-exit-code.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/weird-exit-code.rs')
-rw-r--r--src/test/run-pass/weird-exit-code.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/weird-exit-code.rs b/src/test/run-pass/weird-exit-code.rs
index 9456cbbe6f7..a067b7b5b1f 100644
--- a/src/test/run-pass/weird-exit-code.rs
+++ b/src/test/run-pass/weird-exit-code.rs
@@ -1,3 +1,4 @@
+// run-pass
 // On Windows the GetExitCodeProcess API is used to get the exit code of a
 // process, but it's easy to mistake a process exiting with the code 259 as
 // "still running" because this is the value of the STILL_ACTIVE constant. Make