Skip to content

Commit a3970b0

Browse files
committed
Build auxiliary in pretty tests
1 parent 2e667b0 commit a3970b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ impl<'test> TestCx<'test> {
439439
};
440440

441441
let mut rustc = Command::new(&self.config.rustc_path);
442+
443+
self.build_all_auxiliary(&self.aux_output_dir(), &mut rustc);
444+
442445
rustc
443446
.arg(input)
444447
.args(&["-Z", &format!("unpretty={}", pretty_type)])

0 commit comments

Comments
 (0)