aboutsummaryrefslogtreecommitdiff
path: root/test/030_move
diff options
context:
space:
mode:
Diffstat (limited to 'test/030_move')
-rw-r--r--test/030_move/move_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/030_move/move_tests.c b/test/030_move/move_tests.c
index d4a109b..2f0ecfb 100644
--- a/test/030_move/move_tests.c
+++ b/test/030_move/move_tests.c
@@ -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, cubestr); 20 writecube("H48", cube, NISSY_SIZE_H48, cubestr);
21 printf("%s\n", cubestr); 21 printf("%s\n", cubestr);
22 } 22 }
23} 23}

Generated with cgit - Back to sebastiano.tronto.net