Skip to content

Commit

Permalink
Support also normalizing column numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Nov 15, 2020
1 parent df41091 commit 8d2feb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-pass/backtrace-std.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// normalize-stderr-test "at .*/(rust[^/]*|checkout)/library/" -> "at RUSTLIB/"
// normalize-stderr-test "RUSTLIB/(.*):\d+"-> "RUSTLIB/$1:LL"
// normalize-stderr-test "RUSTLIB/(.*):\d+(:\d+)?"-> "RUSTLIB/$1:LL:?CC"
// normalize-stderr-test "::<.*>" -> ""
// compile-flags: -Zmiri-disable-isolation

Expand Down

0 comments on commit 8d2feb7

Please sign in to comment.