about summary refs log tree commit diff
path: root/src/test/run-pass/string-box-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/string-box-error.rs')
-rw-r--r--src/test/run-pass/string-box-error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/string-box-error.rs b/src/test/run-pass/string-box-error.rs
index 944157d0b20..11a5bd07c3b 100644
--- a/src/test/run-pass/string-box-error.rs
+++ b/src/test/run-pass/string-box-error.rs
@@ -1,3 +1,4 @@
+// run-pass
 // Ensure that both `Box<dyn Error + Send + Sync>` and `Box<dyn Error>` can be
 // obtained from `String`.