Skip to content

Commit 231002f

Browse files
authored
Rollup merge of #146982 - fmease:fix-rmake-linker-warning, r=bjorn3
Remove erroneous normalization step in `tests/run-make/linker-warning` Fixes #146977. r? bjorn3 or reassign
2 parents 2565b27 + bc37dd4 commit 231002f

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)