about summary refs log tree commit diff
path: root/tests/run-make/overwrite-input
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/overwrite-input')
-rw-r--r--tests/run-make/overwrite-input/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/overwrite-input/rmake.rs b/tests/run-make/overwrite-input/rmake.rs
index b87a7c7e0a8..bdf7860caa8 100644
--- a/tests/run-make/overwrite-input/rmake.rs
+++ b/tests/run-make/overwrite-input/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // An attempt to set the output `-o` into a directory or a file we cannot write into should indeed
 // be an error; but not an ICE (Internal Compiler Error). This test attempts both and checks
 // that the standard error matches what is expected.