about summary refs log tree commit diff
path: root/tests/ui/rust-2024/unsafe-attributes/auxiliary/unsafe-attributes-pm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rust-2024/unsafe-attributes/auxiliary/unsafe-attributes-pm.rs')
-rw-r--r--tests/ui/rust-2024/unsafe-attributes/auxiliary/unsafe-attributes-pm.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ui/rust-2024/unsafe-attributes/auxiliary/unsafe-attributes-pm.rs b/tests/ui/rust-2024/unsafe-attributes/auxiliary/unsafe-attributes-pm.rs
index 557731d82d3..cab6af57cb1 100644
--- a/tests/ui/rust-2024/unsafe-attributes/auxiliary/unsafe-attributes-pm.rs
+++ b/tests/ui/rust-2024/unsafe-attributes/auxiliary/unsafe-attributes-pm.rs
@@ -1,7 +1,4 @@
-//@ force-host
-//@ no-prefer-dynamic
-
-#![crate_type = "proc-macro"]
+//@ edition: 2018
 
 extern crate proc_macro;