Skip to content

Commit

Permalink
Rollup merge of #126254 - ferrocene:lw-ignore-cross, r=pietroalbini
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
jieyouxu authored Jun 11, 2024
2 parents 279d2b7 + b3c2d66 commit 8240d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ui/macros/proc_macro.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//@ run-pass
//@ aux-build:proc_macro_def.rs
//@ ignore-cross-compile

extern crate proc_macro_def;

Expand Down

0 comments on commit 8240d56

Please sign in to comment.