File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,19 @@ index e7ae773ffa1d3..04bc2d7787da7 100644
197197 // Provide necessary library search paths for rustc.
198198 .env(dylib_env_var(), &env::join_paths(host_dylib_search_paths).unwrap());
199199
200+ diff --git a/tests/run-make/linker-warning/rmake.rs b/tests/run-make/linker-warning/rmake.rs
201+ index 30387af428c..f7895b12961 100644
202+ --- a/tests/run-make/linker-warning/rmake.rs
203+ +++ b/tests/run-make/linker-warning/rmake.rs
204+ @@ -57,7 +57,7 @@ fn main() {
205+ .actual_text("(linker error)", out.stderr())
206+ .normalize(r#"/rustc[^/]*/"#, "/rustc/")
207+ .normalize(
208+ - regex::escape(run_make_support::build_root().to_str().unwrap()),
209+ + regex::escape(dbg!(run_make_support::build_root().to_str().unwrap())),
210+ "/build-root",
211+ )
212+ .run();
200213EOF
201214
202215echo " [TEST] rustc test suite"
You can’t perform that action at this time.
0 commit comments