Skip to content

Commit 2be159b

Browse files
committed
enable a test that waited for a rustc fix
1 parent dca1be6 commit 2be159b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/run-pass-fullmir/integer-ops.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
// except according to those terms.
1010

1111
// FIXME: remove -Zmir-opt-level once https://github.com/rust-lang/rust/issues/43359 is fixed
12-
// FIXME: remove -Zmir-emit-validate=0 once https://github.com/rust-lang/rust/pull/43748 is merged
13-
// compile-flags: -Zmir-opt-level=0 -Zmir-emit-validate=0
12+
// compile-flags: -Zmir-opt-level=0
1413

1514
use std::i32;
1615

0 commit comments

Comments
 (0)