Commit 53ff2e5
authored
Fix test that assumes
### What does this PR try to resolve?
This test would break if/when `rustc` outputs further `target_family`
cfgs.
An example of this could be `target_family = "linux"`, or `target_family
= "darwin"` if we decide move forwards with
rust-lang/rust#100343.
### How to test and review this PR?
```sh
cargo test -- cfg_env_vars_available
```CARGO_CFG_TARGET_FAMILY is a single value (#16079)1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4448 | 4448 | | |
4449 | 4449 | | |
4450 | 4450 | | |
4451 | | - | |
4452 | | - | |
4453 | | - | |
| 4451 | + | |
| 4452 | + | |
| 4453 | + | |
4454 | 4454 | | |
4455 | 4455 | | |
4456 | 4456 | | |
| |||
0 commit comments