about summary refs log tree commit diff
path: root/src/test/run-fail/unwind-box-str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-fail/unwind-box-str.rs')
-rw-r--r--src/test/run-fail/unwind-box-str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-fail/unwind-box-str.rs b/src/test/run-fail/unwind-box-str.rs
index e0cd34b784b..8da8043c854 100644
--- a/src/test/run-fail/unwind-box-str.rs
+++ b/src/test/run-fail/unwind-box-str.rs
@@ -5,7 +5,7 @@ fn failfn() {
 }
 
 fn main() {
-    let x = @"hi";
+    let x = @"hi"/~;
     failfn();
     log(error, x);
 }
\ No newline at end of file