Skip to content

Commit 8327bc6

Browse files
committed
Fix test.
1 parent 98342ef commit 8327bc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/random_op.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ static void history_append(
139139
history->next = new_history;
140140
history = new_history;
141141
history->next = NULL;
142+
history->count = 0;
142143
*phistory = history;
143144
}
144145
const struct operation_s operation = { operation_type, value };

0 commit comments

Comments
 (0)