diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-02-08 03:58:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-08 03:58:46 +0100 |
| commit | 926857f030a41ade9f895c20fb0a05758703f9b2 (patch) | |
| tree | a7e83c1395b3e1d4e8bdb39586ac8e1c5522b7ec | |
| parent | 93b194516af4eb85d1be589d99200a624fc01696 (diff) | |
| parent | 4f35eb305b3c9d58ab911bebd62365f81d5971cd (diff) | |
| download | rust-926857f030a41ade9f895c20fb0a05758703f9b2.tar.gz rust-926857f030a41ade9f895c20fb0a05758703f9b2.zip | |
Rollup merge of #136648 - jieyouxu:missing-needs-symlink, r=wesleywiser
Add a missing `//@ needs-symlink` to `tests/run-make/libs-through-symlinks` r? ``@wesleywiser`` (since you [found it](https://rust-lang.zulipchat.com/#narrow/channel/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202025-02-06/near/498173394) :P or reroll)
| -rw-r--r-- | tests/run-make/libs-through-symlinks/rmake.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/libs-through-symlinks/rmake.rs b/tests/run-make/libs-through-symlinks/rmake.rs index 4bb3d05abb7..894d6246445 100644 --- a/tests/run-make/libs-through-symlinks/rmake.rs +++ b/tests/run-make/libs-through-symlinks/rmake.rs @@ -21,6 +21,7 @@ //! <https://github.com/rust-lang/rust/pull/13903>. //@ ignore-cross-compile +//@ needs-symlink use run_make_support::{bare_rustc, cwd, path, rfs, rust_lib_name}; |
