diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-07 01:41:54 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-07 01:41:54 +0800 |
| commit | 4f35eb305b3c9d58ab911bebd62365f81d5971cd (patch) | |
| tree | fbd92c6806d838fbf642146e901036ea1ec39a90 | |
| parent | 2f92f050e83bf3312ce4ba73c31fe843ad3cbc60 (diff) | |
| download | rust-4f35eb305b3c9d58ab911bebd62365f81d5971cd.tar.gz rust-4f35eb305b3c9d58ab911bebd62365f81d5971cd.zip | |
tests: add a missing `needs-symlink`
| -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}; |
