]> git.lizzy.rs Git - rust.git/commitdiff
enable a test that waited for a rustc fix
authorRalf Jung <post@ralfj.de>
Fri, 11 Aug 2017 16:12:46 +0000 (09:12 -0700)
committerRalf Jung <post@ralfj.de>
Fri, 11 Aug 2017 16:12:46 +0000 (09:12 -0700)
tests/run-pass-fullmir/integer-ops.rs

index 44030c3301c7218a41c73125358cbe06c8a63d43..e761cdd6237c411237222419c64fd4e45c06ee14 100644 (file)
@@ -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;