Skip to content

Commit

Permalink
Allow tests with rust-rustfix and revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjasper committed Nov 6, 2023
1 parent 931692f commit 2b2c0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3962,7 +3962,7 @@ impl<'test> TestCx<'test> {
// And finally, compile the fixed code and make sure it both
// succeeds and has no diagnostics.
let rustc = self.make_compile_args(
&self.testpaths.file.with_extension(UI_FIXED),
&self.expected_output_path(UI_FIXED),
TargetLocation::ThisFile(self.make_exe_name()),
emit_metadata,
AllowUnused::No,
Expand Down

0 comments on commit 2b2c0f9

Please sign in to comment.