Skip to content

Commit 8240d56

Browse files
authored
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`
2 parents 279d2b7 + b3c2d66 commit 8240d56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/macros/proc_macro.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ run-pass
22
//@ aux-build:proc_macro_def.rs
3-
//@ ignore-cross-compile
43

54
extern crate proc_macro_def;
65

0 commit comments

Comments
 (0)