We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db95da1 commit fd81a38Copy full SHA for fd81a38
src/tools/compiletest/src/runtest.rs
@@ -3966,7 +3966,7 @@ impl<'test> TestCx<'test> {
3966
// And finally, compile the fixed code and make sure it both
3967
// succeeds and has no diagnostics.
3968
let rustc = self.make_compile_args(
3969
- &self.testpaths.file.with_extension(UI_FIXED),
+ &self.expected_output_path(UI_FIXED),
3970
TargetLocation::ThisFile(self.make_exe_name()),
3971
emit_metadata,
3972
AllowUnused::No,
0 commit comments