We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931692f commit 2b2c0f9Copy full SHA for 2b2c0f9
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