Skip to content

Commit 183fd11

Browse files
authored
tests: Remove invalid target_env cfg (#169)
1 parent f71902a commit 183fd11

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/example_crates.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ fn test_crate(
2323
let arch = "i686";
2424
#[cfg(target_arch = "arm")]
2525
let arch = "armv5te";
26-
#[cfg(target_env = "gnueabi")]
27-
let env = "gnueabi";
2826
#[cfg(all(target_env = "gnu", target_abi = "eabi"))]
2927
let env = "gnueabi";
3028
#[cfg(all(target_env = "gnu", not(target_abi = "eabi")))]

0 commit comments

Comments
 (0)