about summary refs log tree commit diff
path: root/tests/run-make/include-bytes-deps/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/include-bytes-deps/rmake.rs')
-rw-r--r--tests/run-make/include-bytes-deps/rmake.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/include-bytes-deps/rmake.rs b/tests/run-make/include-bytes-deps/rmake.rs
index ea371ddae56..2938f334243 100644
--- a/tests/run-make/include-bytes-deps/rmake.rs
+++ b/tests/run-make/include-bytes-deps/rmake.rs
@@ -1,3 +1,5 @@
+//@ needs-target-std
+//
 // include_bytes! and include_str! in `main.rs`
 // should register the included file as of #24423,
 // and this test checks that this is still the case.