We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8fa82 commit be73a1fCopy full SHA for be73a1f
src/tools/compiletest/src/main.rs
@@ -452,11 +452,6 @@ pub fn run_tests(config: &Config) {
452
_ => { /* proceed */ }
453
}
454
455
- // FIXME(#33435) Avoid spurious failures in codegen-units/partitioning tests.
456
- if let Mode::CodegenUnits = config.mode {
457
- let _ = fs::remove_dir_all("tmp/partitioning-tests");
458
- }
459
-
460
let opts = test_opts(config);
461
let tests = make_tests(config);
462
// sadly osx needs some file descriptor limits raised for running tests in
0 commit comments