Skip to content

Commit

Permalink
chore(ci): make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Apr 4, 2024
1 parent 2abcc14 commit b451127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/wrap_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ int main() {
fputs("testing base16384_en/decode_file...\n", stderr);
init_input_file();
for(i = TEST_SIZE; i > 0; i--) {
fprintf(stderr, "loop@%d\n", i);
reset_and_truncate(fd, i);
loop_ok(close(fd), i, "close");
fputs("base16384_encode_file\n", stderr);
Expand Down

0 comments on commit b451127

Please sign in to comment.