about summary refs log tree commit diff
path: root/tests/run-make/parallel-rustc-no-overwrite/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/parallel-rustc-no-overwrite/rmake.rs')
-rw-r--r--tests/run-make/parallel-rustc-no-overwrite/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/parallel-rustc-no-overwrite/rmake.rs b/tests/run-make/parallel-rustc-no-overwrite/rmake.rs
index aa38eb664cf..f7531ab4bf6 100644
--- a/tests/run-make/parallel-rustc-no-overwrite/rmake.rs
+++ b/tests/run-make/parallel-rustc-no-overwrite/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // When two instances of rustc are invoked in parallel, they
 // can conflict on their temporary files and overwrite each others',
 // leading to unsuccessful compilation. The -Z temps-dir flag adds