Skip to content

Commit bcaa604

Browse files
committed
Hack up the test harness to print what we care about alternate.
1 parent 51648d6 commit bcaa604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ impl<'test> TestCx<'test> {
589589

590590
if missing_patterns.len() == 1 {
591591
self.fatal_proc_rec(
592-
&format!("error pattern '{}' not found!", missing_patterns[0]),
592+
&format!("error pattern '{}' not found in {output_to_check}!", missing_patterns[0]),
593593
proc_res,
594594
);
595595
} else {

0 commit comments

Comments
 (0)