diff options
Diffstat (limited to 'tests/ui/macros/assert-macro-owned.rs')
| -rw-r--r-- | tests/ui/macros/assert-macro-owned.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/macros/assert-macro-owned.rs b/tests/ui/macros/assert-macro-owned.rs index fb4b389b80b..46a59db1390 100644 --- a/tests/ui/macros/assert-macro-owned.rs +++ b/tests/ui/macros/assert-macro-owned.rs @@ -1,7 +1,7 @@ -// run-fail -// error-pattern:panicked -// error-pattern:test-assert-owned -// ignore-emscripten no processes +//@ run-fail +//@ error-pattern:panicked +//@ error-pattern:test-assert-owned +//@ ignore-emscripten no processes #![allow(non_fmt_panics)] |
