File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -150,22 +150,8 @@ rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # same
150
150
rm tests/ui/process/process-panic-after-fork.rs # same
151
151
152
152
cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
153
- cp $( ../dist/rustc-clif --print target-libdir) /libstd-* .so ../dist/lib/
154
153
155
154
cat << EOF | git apply -
156
- diff --git a/src/tools/compiletest/src/runtest/run_make.rs b/src/tools/compiletest/src/runtest/run_make.rs
157
- index e7ae773ffa1d3..04bc2d7787da7 100644
158
- --- a/src/tools/compiletest/src/runtest/run_make.rs
159
- +++ b/src/tools/compiletest/src/runtest/run_make.rs
160
- @@ -117,7 +117,6 @@ impl TestCx<'_> {
161
- .arg(format!("run_make_support={}", &support_lib_path.to_string_lossy()))
162
- .arg("--edition=2021")
163
- - .arg(&self.testpaths.file.join("rmake.rs"))
164
- - .arg("-Cprefer-dynamic");
165
- + .arg(&self.testpaths.file.join("rmake.rs"));
166
-
167
- // In test code we want to be very pedantic about values being silently discarded that are
168
- // annotated with \` #[must_use]\` .
169
155
diff --git a/tests/run-make/linker-warning/rmake.rs b/tests/run-make/linker-warning/rmake.rs
170
156
index 30387af428c..f7895b12961 100644
171
157
--- a/tests/run-make/linker-warning/rmake.rs
You can’t perform that action at this time.
0 commit comments