about summary refs log tree commit diff
path: root/src/test/run-pass/command-exec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/command-exec.rs')
-rw-r--r--src/test/run-pass/command-exec.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/command-exec.rs b/src/test/run-pass/command-exec.rs
index aa5a3a37705..568be67abe3 100644
--- a/src/test/run-pass/command-exec.rs
+++ b/src/test/run-pass/command-exec.rs
@@ -1,3 +1,5 @@
+// run-pass
+
 #![allow(stable_features)]
 // ignore-windows - this is a unix-specific test
 // ignore-pretty issue #37199