diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-03 13:05:11 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-03 13:05:15 +0000 |
| commit | 82ceec9d1d77f220dca3975c20fde90430fc1bbd (patch) | |
| tree | 525c38603851c9af6022a88ff5f82b7cef96db71 | |
| parent | 6e355ae44c319d42ffdff6a1ed175b41b1525507 (diff) | |
| download | rust-82ceec9d1d77f220dca3975c20fde90430fc1bbd.tar.gz rust-82ceec9d1d77f220dca3975c20fde90430fc1bbd.zip | |
Ignore cdylib test for i686-unknown-linux-musl
| -rw-r--r-- | tests/ui/lint/lint-non-snake-case-crate-cdylib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/lint/lint-non-snake-case-crate-cdylib.rs b/tests/ui/lint/lint-non-snake-case-crate-cdylib.rs index d2cd62fd68a..5f09e2b3755 100644 --- a/tests/ui/lint/lint-non-snake-case-crate-cdylib.rs +++ b/tests/ui/lint/lint-non-snake-case-crate-cdylib.rs @@ -1,3 +1,4 @@ +//@ ignore-i686-unknown-linux-musl #![crate_type = "cdylib"] #![crate_name = "NonSnakeCase"] //~^ ERROR crate `NonSnakeCase` should have a snake case name |
