about summary refs log tree commit diff
path: root/tests/codegen/debuginfo-proc-macro/auxiliary
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-11-24 17:37:25 -0800
committerEric Huss <eric@huss.org>2024-11-27 07:18:25 -0800
commitf94142b366f9bc57c15e9ac274f83d0f9c03ffac (patch)
treee1f4e41efc3307e29c6098985f225f0522044dca /tests/codegen/debuginfo-proc-macro/auxiliary
parentf592dd95dbfc892c1153af67e0ab5b4e593d33e7 (diff)
downloadrust-f94142b366f9bc57c15e9ac274f83d0f9c03ffac.tar.gz
rust-f94142b366f9bc57c15e9ac274f83d0f9c03ffac.zip
Update tests to use new proc-macro header
Diffstat (limited to 'tests/codegen/debuginfo-proc-macro/auxiliary')
-rw-r--r--tests/codegen/debuginfo-proc-macro/auxiliary/macro_def.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/codegen/debuginfo-proc-macro/auxiliary/macro_def.rs b/tests/codegen/debuginfo-proc-macro/auxiliary/macro_def.rs
index 159ecfd0974..c0691b23275 100644
--- a/tests/codegen/debuginfo-proc-macro/auxiliary/macro_def.rs
+++ b/tests/codegen/debuginfo-proc-macro/auxiliary/macro_def.rs
@@ -1,7 +1,3 @@
-//@ force-host
-//@ no-prefer-dynamic
-#![crate_type = "proc-macro"]
-
 extern crate proc_macro;
 use proc_macro::*;