diff options
| author | 12101111 <w12101111@gmail.com> | 2020-03-09 08:39:34 +0800 |
|---|---|---|
| committer | 12101111 <w12101111@gmail.com> | 2020-03-09 08:39:34 +0800 |
| commit | 75e6cfc79b39253ee0e4fafc7805c7b0a1f24ef2 (patch) | |
| tree | 136ab1619dd9f9ca00b0274530cc1073cbb9bb32 | |
| parent | 7a89bf166719d46b85c2d00686380587e46ec10d (diff) | |
| download | rust-75e6cfc79b39253ee0e4fafc7805c7b0a1f24ef2.tar.gz rust-75e6cfc79b39253ee0e4fafc7805c7b0a1f24ef2.zip | |
run crt-static test on all target
| -rw-r--r-- | src/test/ui/proc-macro/crt-static.rs (renamed from src/test/ui/proc-macro/musl-proc-macro.rs) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/proc-macro/musl-proc-macro.rs b/src/test/ui/proc-macro/crt-static.rs index 7ea3726b751..bed45c6a5b8 100644 --- a/src/test/ui/proc-macro/musl-proc-macro.rs +++ b/src/test/ui/proc-macro/crt-static.rs @@ -3,7 +3,6 @@ // override -Ctarget-feature=-crt-static from compiletest // compile-flags: -Ctarget-feature= // build-pass -// only-musl #![crate_type = "proc-macro"] extern crate proc_macro; |
