diff options
Diffstat (limited to 'tests/ui/coroutine/panic-drops-resume.rs')
| -rw-r--r-- | tests/ui/coroutine/panic-drops-resume.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/coroutine/panic-drops-resume.rs b/tests/ui/coroutine/panic-drops-resume.rs index e866f216a24..6d026e6edc8 100644 --- a/tests/ui/coroutine/panic-drops-resume.rs +++ b/tests/ui/coroutine/panic-drops-resume.rs @@ -1,7 +1,7 @@ //! Tests that panics inside a coroutine will correctly drop the initial resume argument. -// run-pass -// needs-unwind +//@ run-pass +//@ needs-unwind #![feature(coroutines, coroutine_trait)] |
