diff options
Diffstat (limited to 'tests/ui/mir/enum/wrap_break.rs')
| -rw-r--r-- | tests/ui/mir/enum/wrap_break.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/mir/enum/wrap_break.rs b/tests/ui/mir/enum/wrap_break.rs index 4491394ca5a..5c410afa511 100644 --- a/tests/ui/mir/enum/wrap_break.rs +++ b/tests/ui/mir/enum/wrap_break.rs @@ -1,4 +1,4 @@ -//@ run-fail +//@ run-crash //@ compile-flags: -C debug-assertions //@ error-pattern: trying to construct an enum from an invalid value 0x0 #![feature(never_type)] |
