We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f04e3df + cfa5c49 commit 0bf5ba8Copy full SHA for 0bf5ba8
src/tools/compiletest/src/lib.rs
@@ -525,11 +525,6 @@ fn run_tests(config: Arc<Config>) {
525
// SAFETY: at this point we're still single-threaded.
526
unsafe { env::set_var("__COMPAT_LAYER", "RunAsInvoker") };
527
528
- // Let tests know which target they're running as.
529
- //
530
- // SAFETY: at this point we're still single-threaded.
531
- unsafe { env::set_var("TARGET", &config.target) };
532
-
533
let mut configs = Vec::new();
534
if let TestMode::DebugInfo = config.mode {
535
// Debugging emscripten code doesn't make sense today
0 commit comments