Allow tests with rust-rustfix and revisions
This commit is contained in:
parent
931692fa13
commit
2b2c0f9886
@ -3962,7 +3962,7 @@ impl<'test> TestCx<'test> {
|
|||||||
// And finally, compile the fixed code and make sure it both
|
// And finally, compile the fixed code and make sure it both
|
||||||
// succeeds and has no diagnostics.
|
// succeeds and has no diagnostics.
|
||||||
let rustc = self.make_compile_args(
|
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()),
|
TargetLocation::ThisFile(self.make_exe_name()),
|
||||||
emit_metadata,
|
emit_metadata,
|
||||||
AllowUnused::No,
|
AllowUnused::No,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user