Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent 35e2155 commit a244340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blackbox/suites/easy/easy_unset.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ TEST easy_unset_one(void) {
FILE * fp = fopen(get_settings_singleton()->filepath, "rb");
ASSERTm("COULDN'T OPEN FILE", fp);
rewind(fp);

printf("FEOF: %d\n", feof(fp));
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 a244340

Please sign in to comment.