Skip to content

Commit 589b87f

Browse files
committed
fixup! Work around stage1 vs. stage2 differences in miri
1 parent ee6756b commit 589b87f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ui/track-diagnostics/track.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
// top of this file are present, then assume all args are present.
1414
//@ normalize-stderr: "note: compiler flags: .*-Z ui-testing.*-Z track-diagnostics" -> "note: compiler flags: ... -Z ui-testing ... -Z track-diagnostics"
1515

16+
// FIXME: output is different between stage1 and stage2. This should be possible to remove
17+
// when stages get bumped.
18+
// For the grep: cfg(bootstrap)
19+
//@normalize-stderr: "thread 'rustc' panicked" -> "thread 'rustc' ($$TID) panicked"
20+
1621
fn main() {
1722
break rust
1823
//~^ ERROR cannot find value `rust` in this scope

0 commit comments

Comments
 (0)