mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Only run this test on musl
This commit is contained in:
parent
7996df992f
commit
89aebbdd7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user