about summary refs log tree commit diff
path: root/tests/ui/issues/issue-2470-bounds-check-overflow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-2470-bounds-check-overflow.rs')
-rw-r--r--tests/ui/issues/issue-2470-bounds-check-overflow.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/issues/issue-2470-bounds-check-overflow.rs b/tests/ui/issues/issue-2470-bounds-check-overflow.rs
index f0e8e185e56..241bc8fda9c 100644
--- a/tests/ui/issues/issue-2470-bounds-check-overflow.rs
+++ b/tests/ui/issues/issue-2470-bounds-check-overflow.rs
@@ -1,6 +1,6 @@
-// run-fail
-// error-pattern:index out of bounds
-// ignore-emscripten no processes
+//@ run-fail
+//@ error-pattern:index out of bounds
+//@ ignore-emscripten no processes
 
 use std::mem;