aboutsummaryrefslogtreecommitdiff
path: root/crates/cfg/src/dnf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cfg/src/dnf.rs')
-rw-r--r--crates/cfg/src/dnf.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/cfg/src/dnf.rs b/crates/cfg/src/dnf.rs
index 35f946e6f..a08c307da 100644
--- a/crates/cfg/src/dnf.rs
+++ b/crates/cfg/src/dnf.rs
@@ -458,6 +458,7 @@ mod test {
458 &opts, 458 &opts,
459 expect![["test and test2 are enabled"]], 459 expect![["test and test2 are enabled"]],
460 ); 460 );
461 check_why_inactive("#![cfg(all(a, b))]", &opts, expect![["a and b are disabled"]]);
461 check_why_inactive( 462 check_why_inactive(
462 "#![cfg(all(not(test), a))]", 463 "#![cfg(all(not(test), a))]",
463 &opts, 464 &opts,