about summary refs log tree commit diff
path: root/tests/run-make/compiler-lookup-paths-2/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/compiler-lookup-paths-2/rmake.rs')
-rw-r--r--tests/run-make/compiler-lookup-paths-2/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/compiler-lookup-paths-2/rmake.rs b/tests/run-make/compiler-lookup-paths-2/rmake.rs
index 99efb157b53..5401787b9bf 100644
--- a/tests/run-make/compiler-lookup-paths-2/rmake.rs
+++ b/tests/run-make/compiler-lookup-paths-2/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // This test checks that extern crate declarations in Cargo without a corresponding declaration
 // in the manifest of a dependency are NOT allowed. The last rustc call does it anyways, which
 // should result in a compilation failure.