Skip to content

Commit

Permalink
Try to fix 1.75 test
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Jun 10, 2024
1 parent 1bf1c14 commit 546ced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-core/src/hugr/validate/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,6 @@ mod extension_tests {

fn make_tailloop(t: Type, es: ExtensionSet) -> DFGWrapper<Hugr, BuildHandle<TailLoopID>> {
let row = TypeRow::from(t);
TailLoopBuilder::new(row.clone(), &[], row, es).unwrap()
TailLoopBuilder::new(row.clone(), type_row![], row, es).unwrap()
}
}

0 comments on commit 546ced4

Please sign in to comment.