diff --git a/tests/run-pass-fullmir/integer-ops.rs b/tests/run-pass-fullmir/integer-ops.rs index 44030c3301c7..e761cdd6237c 100644 --- a/tests/run-pass-fullmir/integer-ops.rs +++ b/tests/run-pass-fullmir/integer-ops.rs @@ -9,8 +9,7 @@ // except according to those terms. // FIXME: remove -Zmir-opt-level once https://github.com/rust-lang/rust/issues/43359 is fixed -// FIXME: remove -Zmir-emit-validate=0 once https://github.com/rust-lang/rust/pull/43748 is merged -// compile-flags: -Zmir-opt-level=0 -Zmir-emit-validate=0 +// compile-flags: -Zmir-opt-level=0 use std::i32;