Skip to content

Commit 89aebbd

Browse files
committed
Only run this test on musl
1 parent 7996df9 commit 89aebbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/proc-macro/musl-proc-macro.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Test proc-macro crate can be built without addtional RUSTFLAGS
22
// on musl target
33

4-
// run-pass
5-
// compile-flags: --target=x86_64-unknown-linux-musl
4+
// build-pass
5+
// only-musl
66
#![crate_type = "proc-macro"]
77

88
extern crate proc_macro;

0 commit comments

Comments
 (0)