about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-06-11 14:16:46 +0100
committerGitHub <noreply@github.com>2024-06-11 14:16:46 +0100
commit8240d566ab140343ef0c06ad6a0826eea2bf2c61 (patch)
tree8a115f9c7217d42a88195d2867dfc5915ea2fc13 /tests
parent279d2b73f1a58b9218131e7b13b701b32eb2f8bd (diff)
parentb3c2d667124a613a7c579c0e67b427be34e83e88 (diff)
downloadrust-8240d566ab140343ef0c06ad6a0826eea2bf2c61.tar.gz
rust-8240d566ab140343ef0c06ad6a0826eea2bf2c61.zip
Rollup merge of #126254 - ferrocene:lw-ignore-cross, r=pietroalbini
Remove ignore-cross-compile directive from ui/macros/proc_macro

All the other proc-macro tests don't have this, presumably this was forgotten when the restriction got lifted as it does test just fine

r? `@pietroalbini`
Diffstat (limited to 'tests')
-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;