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