]> git.lizzy.rs Git - rust.git/blobdiff - tests/compiletest.rs
Merge branch 'master' into windows
[rust.git] / tests / compiletest.rs
index 82fc4968a46361f7c35d36e53fdeb3e7419c8e71..b1ea3fc8b0d477a59bedd8aec902bac639993d3c 100644 (file)
@@ -123,9 +123,6 @@ fn miri_pass(path: &str, target: &str, host: &str, fullmir: bool, opt: bool) {
         // For now, only validate without optimizations.  Inlining breaks validation.
         flags.push("-Zmir-emit-validate=1".to_owned());
     }
-    if target == host {
-        flags.push("--miri_host_target".to_owned());
-    }
     config.target_rustcflags = Some(flags.join(" "));
     compiletest::run_tests(&config);
 }