diff options
| author | Oneirical <manchot@videotron.ca> | 2024-05-28 11:35:33 -0400 |
|---|---|---|
| committer | Oneirical <manchot@videotron.ca> | 2024-05-29 11:38:47 -0400 |
| commit | 8c8d0db02deccea377e179948b8b3bfdd4b92e44 (patch) | |
| tree | 3c11302affcc3b7b4f0b035a374e95d374f32d66 /tests/ui/errors | |
| parent | 0697884ea970ebca67b2de41dc1d380e66fd9c2b (diff) | |
| download | rust-8c8d0db02deccea377e179948b8b3bfdd4b92e44.tar.gz rust-8c8d0db02deccea377e179948b8b3bfdd4b92e44.zip | |
rewrite and rename issue-37893 to rmake
Diffstat (limited to 'tests/ui/errors')
| -rw-r--r-- | tests/ui/errors/pic-linker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/errors/pic-linker.rs b/tests/ui/errors/pic-linker.rs index 9fea42484ed..d9098990304 100644 --- a/tests/ui/errors/pic-linker.rs +++ b/tests/ui/errors/pic-linker.rs @@ -6,7 +6,7 @@ //@ ignore-macos //@ ignore-cross-compile -//@ compile-flags -Clink-args=-Wl,-z,text +//@ compile-flags: -Clink-args=-Wl,-z,text //@ run-pass fn main() {} |
