aboutsummaryrefslogtreecommitdiff
path: root/test/022_io_B32_read
diff options
context:
space:
mode:
Diffstat (limited to 'test/022_io_B32_read')
-rw-r--r--test/022_io_B32_read/io_B32_read_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/022_io_B32_read/io_B32_read_tests.c b/test/022_io_B32_read/io_B32_read_tests.c
index 5fa9daf..e11b017 100644
--- a/test/022_io_B32_read/io_B32_read_tests.c
+++ b/test/022_io_B32_read/io_B32_read_tests.c
@@ -16,7 +16,7 @@ void run(void) {
16 } else if (!issolvable(cube)) { 16 } else if (!issolvable(cube)) {
17 printf("Cube is not solvable\n"); 17 printf("Cube is not solvable\n");
18 } else { 18 } else {
19 writecube("H48", cube, str); 19 writecube("H48", cube, NISSY_SIZE_H48, str);
20 printf("%s\n", str); 20 printf("%s\n", str);
21 } 21 }
22} 22}

Generated with cgit - Back to sebastiano.tronto.net