Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d489fb9

Browse files
committed
Don't pass RUSTFLAGS to rustc in tests
1 parent f588bfa commit d489fb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_system/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ impl TestRunner {
425425
cmd.arg(format!("{}", self.out_dir.display()));
426426
cmd.arg("-Cdebuginfo=2");
427427
cmd.args(args);
428-
cmd.env("RUSTFLAGS", &self.rust_flags);
429428
cmd
430429
}
431430

0 commit comments

Comments
 (0)