Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent f5ea98f commit 35e2155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blackbox/suites/easy/easy_unset.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ TEST easy_unset_one(void) {

Kakuro board = init_kakuro(fp);
printf("BOARD SIZE: %u %u\n", board.game.size[ROW], board.game.size[COLUMN]);
printf("FEOF: %d\n", feof(fp));
fflush(stdout);
fclose(fp);

Expand Down

0 comments on commit 35e2155

Please sign in to comment.