We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18cc3 commit 1af5e60Copy full SHA for 1af5e60
src/tools/compiletest/src/runtest.rs
@@ -3962,7 +3962,7 @@ impl<'test> TestCx<'test> {
3962
// And finally, compile the fixed code and make sure it both
3963
// succeeds and has no diagnostics.
3964
let rustc = self.make_compile_args(
3965
- &self.testpaths.file.with_extension(UI_FIXED),
+ &self.expected_output_path(UI_FIXED),
3966
TargetLocation::ThisFile(self.make_exe_name()),
3967
emit_metadata,
3968
AllowUnused::No,
0 commit comments