Skip to content

Commit 72144ac

Browse files
committed
fix(test): update test to reflect CARGO_CFG_DEBUG_ASSERTIONS is now passed to build scripts
1 parent 2ab559c commit 72144ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5887,7 +5887,7 @@ fn user_specific_cfgs_are_filtered_out() {
58875887
r#"
58885888
fn main() {
58895889
assert!(std::env::var_os("CARGO_CFG_PROC_MACRO").is_none());
5890-
assert!(std::env::var_os("CARGO_CFG_DEBUG_ASSERTIONS").is_none());
5890+
assert!(std::env::var_os("CARGO_CFG_DEBUG_ASSERTIONS").is_some());
58915891
}
58925892
"#,
58935893
)

0 commit comments

Comments
 (0)