File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -199,12 +199,11 @@ diff --git a/tests/run-make/linker-warning/rmake.rs b/tests/run-make/linker-warn
199199index 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();
You can’t perform that action at this time.
0 commit comments