about summary refs log tree commit diff
path: root/tests/run-make/link-arg/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/link-arg/rmake.rs')
-rw-r--r--tests/run-make/link-arg/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/link-arg/rmake.rs b/tests/run-make/link-arg/rmake.rs
index c0bf8d972af..bfceaae0dba 100644
--- a/tests/run-make/link-arg/rmake.rs
+++ b/tests/run-make/link-arg/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // In 2016, the rustc flag "-C link-arg" was introduced - it can be repeatedly used
 // to add single arguments to the linker. This test passes 2 arguments to the linker using it,
 // then checks that the compiler's output contains the arguments passed to it.