Skip to content

Commit 769d12e

Browse files
committed
Auto merge of #72091 - RalfJung:miri, r=RalfJung
update miri Fixes #72037 Cc @rust-lang/miri r? @ghost
2 parents d903a9d + 42f70d5 commit 769d12e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/bootstrap/test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ impl Step for Miri {
436436

437437
// miri tests need to know about the stage sysroot
438438
cargo.env("MIRI_SYSROOT", miri_sysroot);
439-
cargo.env("RUSTC_TEST_SUITE", builder.rustc(compiler));
440439
cargo.env("RUSTC_LIB_PATH", builder.rustc_libdir(compiler));
441440
cargo.env("MIRI_PATH", miri);
442441

0 commit comments

Comments
 (0)