Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Wilson <[email protected]>
  • Loading branch information
scott-wilson committed Apr 16, 2024
1 parent 994a43c commit 675ea27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/c/tests/common/citem_test_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ CChecksItem *int_item_clone_fn(const CChecksItem *item) {
IntItem *old_item = (IntItem *)item;
IntItem *new_int_item = malloc(sizeof(IntItem));
int_item_clone_in_place(old_item, new_int_item);

return (CChecksItem *)new_int_item;
}

void int_item_destroy_fn(CChecksItem *item) {
Expand Down

0 comments on commit 675ea27

Please sign in to comment.