Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon authored and waywardmonkeys committed Aug 29, 2023
1 parent 2b14eef commit 3c97663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions z3/tests/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ fn test_ast_children() {
assert_eq!(not_a.nth_child(1), None);

let b = Bool::new_const(&ctx, "b");
// This is specifically testing for an array of values, not an array of slices
let a_or_b = Bool::or(&ctx, &[a.clone(), b.clone()]);
assert_eq!(a_or_b.num_children(), 2);
assert_bool_child(&a_or_b, 0, &a);
Expand Down

0 comments on commit 3c97663

Please sign in to comment.