Skip to content

Commit bc37dd4

Browse files
committed
Remove an erroneous normalization step in tests/run-make/linker-warning
1 parent a015919 commit bc37dd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-make/linker-warning/rmake.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ fn main() {
6161
diff()
6262
.expected_file("short-error.txt")
6363
.actual_text("(linker error)", out.stderr())
64-
.normalize(r#"/rustc[^/_-]*/"#, "/rustc/")
6564
.normalize("libpanic_abort", "libpanic_unwind")
6665
.normalize(
6766
regex::escape(

0 commit comments

Comments
 (0)