Skip to content

Commit 7916c8f

Browse files
committed
Fix?
1 parent 68a3e64 commit 7916c8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/test_rustc_tests.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,11 @@ diff --git a/tests/run-make/linker-warning/rmake.rs b/tests/run-make/linker-warn
199199
index 30387af428c..f7895b12961 100644
200200
--- a/tests/run-make/linker-warning/rmake.rs
201201
+++ b/tests/run-make/linker-warning/rmake.rs
202-
@@ -57,7 +57,7 @@ fn main() {
202+
@@ -57,7 +57,6 @@ fn main() {
203203
.actual_text("(linker error)", out.stderr())
204-
.normalize(r#"/rustc[^/]*/"#, "/rustc/")
204+
- .normalize(r#"/rustc[^/]*/"#, "/rustc/")
205205
.normalize(
206-
- regex::escape(run_make_support::build_root().to_str().unwrap()),
207-
+ regex::escape(dbg!(run_make_support::build_root().to_str().unwrap())),
206+
regex::escape(run_make_support::build_root().to_str().unwrap()),
208207
"/build-root",
209208
)
210209
.run();

0 commit comments

Comments
 (0)