Only run this test on musl

This commit is contained in:
12101111 2020-03-03 19:17:24 +08:00
parent 7996df992f
commit 89aebbdd7b

View File

@ -1,8 +1,8 @@
// Test proc-macro crate can be built without addtional RUSTFLAGS
// on musl target
// run-pass
// compile-flags: --target=x86_64-unknown-linux-musl
// build-pass
// only-musl
#![crate_type = "proc-macro"]
extern crate proc_macro;