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 96d77f0 commit 1d58e6bCopy full SHA for 1d58e6b
src/tools/compiletest/src/runtest.rs
@@ -3146,7 +3146,7 @@ impl<'test> TestCx<'test> {
3146
}
3147
let expected_string = fs::read_to_string(&expected_file).unwrap();
3148
if dumped_string != expected_string {
3149
- print_diff(&dumped_string, &expected_string, 3);
+ print_diff(&expected_string, &dumped_string, 3);
3150
panic!(
3151
"Actual MIR output differs from expected MIR output {}",
3152
expected_file.display()
0 commit comments