about summary refs log tree commit diff
path: root/tests/run-make/extern-multiple-copies/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/extern-multiple-copies/rmake.rs')
-rw-r--r--tests/run-make/extern-multiple-copies/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/extern-multiple-copies/rmake.rs b/tests/run-make/extern-multiple-copies/rmake.rs
index 8b67e6d9fac..d9d769d178c 100644
--- a/tests/run-make/extern-multiple-copies/rmake.rs
+++ b/tests/run-make/extern-multiple-copies/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // In this test, the rust library foo1 exists in two different locations, but only one
 // is required by the --extern flag. This test checks that the copy is ignored (as --extern
 // demands fetching only the original instance of foo1) and that no error is emitted, resulting