about summary refs log tree commit diff
path: root/tests/ui/proc-macro/proc-macro-abi.rs
diff options
context:
space:
mode:
authormejrs <59372212+mejrs@users.noreply.github.com>2023-01-19 16:31:50 +0100
committermejrs <59372212+mejrs@users.noreply.github.com>2023-01-19 16:31:50 +0100
commit8e43414bce77cfe2030b875e365c77691897b95f (patch)
tree484f815a0d930e6dcbb3f845ae79ad546c1a248a /tests/ui/proc-macro/proc-macro-abi.rs
parenta8e3abd04cf85080d921c2d1875e0094b2db5155 (diff)
downloadrust-8e43414bce77cfe2030b875e365c77691897b95f.tar.gz
rust-8e43414bce77cfe2030b875e365c77691897b95f.zip
Fix proc macro tests
Diffstat (limited to 'tests/ui/proc-macro/proc-macro-abi.rs')
-rw-r--r--tests/ui/proc-macro/proc-macro-abi.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/proc-macro-abi.rs b/tests/ui/proc-macro/proc-macro-abi.rs
index 8e9d50d7832..873660a5b3a 100644
--- a/tests/ui/proc-macro/proc-macro-abi.rs
+++ b/tests/ui/proc-macro/proc-macro-abi.rs
@@ -1,3 +1,6 @@
+// force-host
+// no-prefer-dynamic
+
 #![crate_type = "proc-macro"]
 #![allow(warnings)]