fix(joinir): Phase 76 - Fix test struct initialization for promoted_bindings

This commit is contained in:
nyash-codex
2025-12-13 05:36:35 +09:00
parent 4ab6c4e6b3
commit 342bcb8f50
2 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,8 @@ mod tests {
carriers,
trim_helper: None,
promoted_loopbodylocals: vec![],
#[cfg(feature = "normalized_dev")]
promoted_bindings: std::collections::BTreeMap::new(),
}
}

View File

@ -296,6 +296,8 @@ mod tests {
)],
trim_helper: None,
promoted_loopbodylocals: vec![],
#[cfg(feature = "normalized_dev")]
promoted_bindings: std::collections::BTreeMap::new(),
};
let condition_bindings: BTreeSet<String> =