aboutsummaryrefslogtreecommitdiff
path: root/test/031_premove/premove_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/031_premove/premove_tests.c')
-rw-r--r--test/031_premove/premove_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/031_premove/premove_tests.c b/test/031_premove/premove_tests.c
index fa3707e..07631c1 100644
--- a/test/031_premove/premove_tests.c
+++ b/test/031_premove/premove_tests.c
@@ -21,7 +21,7 @@ void run(void) {
21 } else if (!issolvable(cube)) { 21 } else if (!issolvable(cube)) {
22 printf("Moved cube is not solvable\n"); 22 printf("Moved cube is not solvable\n");
23 } else { 23 } else {
24 writecube("H48", cube, cubestr); 24 writecube("H48", cube, NISSY_SIZE_H48, cubestr);
25 printf("%s\n", cubestr); 25 printf("%s\n", cubestr);
26 } 26 }
27} 27}

Generated with cgit - Back to sebastiano.tronto.net