diff options
Diffstat (limited to 'tests/ui/issues/issue-2470-bounds-check-overflow.rs')
| -rw-r--r-- | tests/ui/issues/issue-2470-bounds-check-overflow.rs | 6 |
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; |
