Remove stage2 testing of invalid_nonexhaustive_enum_integer_value.zig

This makes this test like the other safety tests, as they don't test stage2
This commit is contained in:
Gabriel Uehlein 2024-11-24 23:20:11 -05:00
parent a5d6c6e16c
commit 990588eb76
No known key found for this signature in database
GPG Key ID: 0B35D482D720EF5A

View File

@ -16,5 +16,5 @@ pub fn main() void {
}
// run
// backend=stage2,llvm
// backend=llvm
// target=native