Only run this test on musl
This commit is contained in:
parent
7996df992f
commit
89aebbdd7b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
// Test proc-macro crate can be built without addtional RUSTFLAGS
|
// Test proc-macro crate can be built without addtional RUSTFLAGS
|
||||||
// on musl target
|
// on musl target
|
||||||
|
|
||||||
// run-pass
|
// build-pass
|
||||||
// compile-flags: --target=x86_64-unknown-linux-musl
|
// only-musl
|
||||||
#![crate_type = "proc-macro"]
|
#![crate_type = "proc-macro"]
|
||||||
|
|
||||||
extern crate proc_macro;
|
extern crate proc_macro;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue