mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
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
|
||||
// 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,
|
||||
|
Loading…
Reference in New Issue
Block a user