File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // normalize-stderr-test ".*/(rust|checkout)/library/" -> "RUSTLIB/"
1
+ // normalize-stderr-test ".*/(rust[^/]* |checkout)/library/" -> "RUSTLIB/"
2
2
// normalize-stderr-test "RUSTLIB/(.*):\d+:\d+ "-> "RUSTLIB/$1:LL:COL "
3
3
// normalize-stderr-test "::<.*>" -> ""
4
4
Original file line number Diff line number Diff line change 1
- // normalize-stderr-test "at .*/(rust|checkout)/library/" -> "at RUSTLIB/"
1
+ // normalize-stderr-test "at .*/(rust[^/]* |checkout)/library/" -> "at RUSTLIB/"
2
2
// normalize-stderr-test "RUSTLIB/(.*):\d+"-> "RUSTLIB/$1:LL"
3
3
// normalize-stderr-test "::<.*>" -> ""
4
4
// compile-flags: -Zmiri-disable-isolation
Original file line number Diff line number Diff line change 1
1
// rustc-env: RUST_BACKTRACE=1
2
2
// compile-flags: -Zmiri-disable-isolation
3
- // normalize-stderr-test "at .*/(rust|checkout)/library/.*" -> "at RUSTLIB/$$FILE:LL:COL"
3
+ // normalize-stderr-test "at .*/(rust[^/]* |checkout)/library/.*" -> "at RUSTLIB/$$FILE:LL:COL"
4
4
// normalize-stderr-test "::<.*>" -> ""
5
5
6
6
You can’t perform that action at this time.
0 commit comments