diff options
Diffstat (limited to 'tests/ui/array-slice-vec/nested-vec-3.rs')
| -rw-r--r-- | tests/ui/array-slice-vec/nested-vec-3.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/array-slice-vec/nested-vec-3.rs b/tests/ui/array-slice-vec/nested-vec-3.rs index b3ae683a8a6..ce61401aab4 100644 --- a/tests/ui/array-slice-vec/nested-vec-3.rs +++ b/tests/ui/array-slice-vec/nested-vec-3.rs @@ -1,8 +1,8 @@ -// run-pass -// needs-unwind +//@ run-pass +//@ needs-unwind #![allow(overflowing_literals)] -// ignore-emscripten no threads support +//@ ignore-emscripten no threads support // Test that using the `vec!` macro nested within itself works when // the contents implement Drop and we hit a panic in the middle of |
