Skip to content

Commit

Permalink
another flush test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent 631d602 commit f5ea98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/blackbox/suites/easy/easy_unset.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ TEST easy_unset_one(void) {
rewind(fp);

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

SArray solution = depth_first_search(board);
Expand Down

0 comments on commit f5ea98f

Please sign in to comment.