about summary refs log tree commit diff
path: root/tests/ui/self/string-self-append.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/self/string-self-append.rs')
-rw-r--r--tests/ui/self/string-self-append.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/self/string-self-append.rs b/tests/ui/self/string-self-append.rs
index e63dc0090cb..dea81392d79 100644
--- a/tests/ui/self/string-self-append.rs
+++ b/tests/ui/self/string-self-append.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 pub fn main() {
     // Make sure we properly handle repeated self-appends.
     let mut a: String = "A".to_string();