diff options
| author | Ralf Jung <post@ralfj.de> | 2020-05-11 12:13:53 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2020-05-11 12:13:53 +0200 |
| commit | 42f70d503b9a6c87ebb84e44842e421ef01a0421 (patch) | |
| tree | d084c0a767733b9bd7fe8ab0db4e0e6a4bef6ad4 /src/bootstrap | |
| parent | 82e81191e44fc61c5b583608dd17d76fa8fdc06e (diff) | |
| download | rust-42f70d503b9a6c87ebb84e44842e421ef01a0421.tar.gz rust-42f70d503b9a6c87ebb84e44842e421ef01a0421.zip | |
update miri some more
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index ad3fd0d64a3..97565013265 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -436,7 +436,6 @@ impl Step for Miri { // miri tests need to know about the stage sysroot cargo.env("MIRI_SYSROOT", miri_sysroot); - cargo.env("RUSTC_TEST_SUITE", builder.rustc(compiler)); cargo.env("RUSTC_LIB_PATH", builder.rustc_libdir(compiler)); cargo.env("MIRI_PATH", miri); |
