Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comment fixes
  • Loading branch information
Watermelon914 committed Nov 16, 2025
commit cce1ad19d5f5033e0d3ad0c14fde33aeb49b2044
2 changes: 1 addition & 1 deletion test/core/src/ComponentLifecycle.c
Original file line number Diff line number Diff line change
Expand Up @@ -3571,7 +3571,7 @@ void ComponentLifecycle_dtor_on_destructive_component_removal_complex(void) {
test_int(vel_ctx.move_dtor.invoked, 0);
test_int(vel_ctx.dtor.invoked, 0);

// Position should not have any dtors since we haven't
// Position should not have any dtors since we haven't removed/deleted any.
// There should be exactly 1 ctor_move_dtor and 1 dtor,
// as we have deleted Position from e. e3's
test_int(pos_ctx.move_dtor.invoked, 0);
Expand Down
Loading