Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Jun 13, 2024
1 parent 67651a2 commit 8cfbbd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hugr-core/src/hugr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ mod test {
#[case([XB], [XA, TO_BE_INFERRED], false, [XA])]
#[case([XA, XB], [XB, TO_BE_INFERRED], true, [XA, XB])]
#[case([XA, XB], [TO_BE_INFERRED], true, [XA])]
#[case([TO_BE_INFERRED], [TO_BE_INFERRED, XB], true, [XA, XB])]
// TODO: Consider adding a separate expected-grandparent so we can have something different?
fn infer_three_generations(
#[case] grandparent: impl IntoIterator<Item = ExtensionId>,
#[case] parent: impl IntoIterator<Item = ExtensionId>,
Expand Down

0 comments on commit 8cfbbd7

Please sign in to comment.