Browse Source

something

main^2
Lucas Heil 11 months ago
committed by Peter Wiebe
parent
commit
496a41e9df
  1. 1
      src/test/c/test_sudoku.c

1
src/test/c/test_sudoku.c

@ -21,7 +21,6 @@ void tearDown(void)
//1 //1
// Unit test for Level_Pool() function // Unit test for Level_Pool() function
// Call the Level_Pool() function, prints 3 fixed lines and "Available levels for Difficulty <selected difficulty>"
void test_Level_Pool_0() { void test_Level_Pool_0() {
selected_difficulty = 0; selected_difficulty = 0;
Level_Pool(selected_difficulty); Level_Pool(selected_difficulty);

Loading…
Cancel
Save