about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukas.wirth@ferrous-systems.com>2024-06-10 13:00:50 +0200
committerLukas Wirth <lukas.wirth@ferrous-systems.com>2024-06-11 08:35:10 +0200
commitb3c2d667124a613a7c579c0e67b427be34e83e88 (patch)
tree1d34266419a743831e7f6ab297a3e9c321260207
parent1d52972dd8592edf4026aa577c8ce69acc0ac2d1 (diff)
downloadrust-b3c2d667124a613a7c579c0e67b427be34e83e88.tar.gz
rust-b3c2d667124a613a7c579c0e67b427be34e83e88.zip
Remove ignore-cross-compile directive from ui/macros/proc_macro
-rw-r--r--tests/ui/macros/proc_macro.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/macros/proc_macro.rs b/tests/ui/macros/proc_macro.rs
index ce2b041c26e..8fea4ca282c 100644
--- a/tests/ui/macros/proc_macro.rs
+++ b/tests/ui/macros/proc_macro.rs
@@ -1,6 +1,5 @@
 //@ run-pass
 //@ aux-build:proc_macro_def.rs
-//@ ignore-cross-compile
 
 extern crate proc_macro_def;