File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,18 @@ index 9607ff02f96..b7d97caf9a2 100644
178
178
Self { cmd }
179
179
}
180
180
181
+ diff --git a/src/tools/compiletest/src/runtest/run_make.rs b/src/tools/compiletest/src/runtest/run_make.rs
182
+ index e7ae773ffa1d3..04bc2d7787da7 100644
183
+ --- a/src/tools/compiletest/src/runtest/run_make.rs
184
+ +++ b/src/tools/compiletest/src/runtest/run_make.rs
185
+ @@ -329,7 +329,6 @@ impl TestCx<'_> {
186
+ .arg(format!("run_make_support={}", &support_lib_path.to_string_lossy()))
187
+ .arg("--edition=2021")
188
+ .arg(&self.testpaths.file.join("rmake.rs"))
189
+ - .arg("-Cprefer-dynamic")
190
+ // Provide necessary library search paths for rustc.
191
+ .env(dylib_env_var(), &env::join_paths(host_dylib_search_paths).unwrap());
192
+
181
193
EOF
182
194
183
195
echo " [TEST] rustc test suite"
You can’t perform that action at this time.
0 commit comments