Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Aug 21, 2024
1 parent 1a376e4 commit 111536e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugr-core/src/types/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,6 @@ mod test {

assert_eq!(f_type.input_types(), &[Type::UNIT]);
assert_eq!(f_type.output_types(), &[USIZE_T]);
assert_eq!(f_type.io(), (&type_row![Type::UNIT], &type_row![USIZE_T]));
}
}

0 comments on commit 111536e

Please sign in to comment.