diff options
Diffstat (limited to 'test/030_move/move_tests.c')
| -rw-r--r-- | test/030_move/move_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/030_move/move_tests.c b/test/030_move/move_tests.c index 2f0ecfb..e5aed44 100644 --- a/test/030_move/move_tests.c +++ b/test/030_move/move_tests.c | |||
| @@ -8,7 +8,7 @@ void run(void) { | |||
| 8 | 8 | ||
| 9 | fgets(movestr, STRLENMAX, stdin); | 9 | fgets(movestr, STRLENMAX, stdin); |
| 10 | fgets(cubestr, STRLENMAX, stdin); | 10 | fgets(cubestr, STRLENMAX, stdin); |
| 11 | cube = readcube("H48", cubestr); | 11 | cube = readcube(cubestr); |
| 12 | 12 | ||
| 13 | cube = applymoves(cube, movestr); | 13 | cube = applymoves(cube, movestr); |
| 14 | 14 | ||
| @@ -17,7 +17,7 @@ void run(void) { | |||
| 17 | } else if (!issolvable(cube)) { | 17 | } else if (!issolvable(cube)) { |
| 18 | printf("Moved cube is not solvable\n"); | 18 | printf("Moved cube is not solvable\n"); |
| 19 | } else { | 19 | } else { |
| 20 | writecube("H48", cube, NISSY_SIZE_H48, cubestr); | 20 | writecube(cube, NISSY_SIZE_CUBE, cubestr); |
| 21 | printf("%s\n", cubestr); | 21 | printf("%s\n", cubestr); |
| 22 | } | 22 | } |
| 23 | } | 23 | } |
