diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-09-25 20:31:57 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-25 20:31:57 +1000 |
| commit | 231002f0c2a21b548f0d6e61e7974121980624a2 (patch) | |
| tree | d6c5ab128a3901153a7979c3493d9755982cd9ba | |
| parent | 2565b27cc0b4530a095c5d4f5f580e98b270810a (diff) | |
| parent | bc37dd4a724fc3e3043a46f488775dbe1bfd9649 (diff) | |
| download | rust-231002f0c2a21b548f0d6e61e7974121980624a2.tar.gz rust-231002f0c2a21b548f0d6e61e7974121980624a2.zip | |
Rollup merge of #146982 - fmease:fix-rmake-linker-warning, r=bjorn3
Remove erroneous normalization step in `tests/run-make/linker-warning` Fixes rust-lang/rust#146977. r? bjorn3 or reassign
| -rw-r--r-- | tests/run-make/linker-warning/rmake.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-make/linker-warning/rmake.rs b/tests/run-make/linker-warning/rmake.rs index 9ea706af503..b0c40dd171d 100644 --- a/tests/run-make/linker-warning/rmake.rs +++ b/tests/run-make/linker-warning/rmake.rs @@ -61,7 +61,6 @@ fn main() { diff() .expected_file("short-error.txt") .actual_text("(linker error)", out.stderr()) - .normalize(r#"/rustc[^/_-]*/"#, "/rustc/") .normalize("libpanic_abort", "libpanic_unwind") .normalize( regex::escape( |
