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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/030_move/move_tests.c b/test/030_move/move_tests.c
index 73e9dbe..39458ba 100644
--- a/test/030_move/move_tests.c
+++ b/test/030_move/move_tests.c
@@ -12,9 +12,9 @@ int main(void) {
12 12
13 cube = applymoves(cube, movestr); 13 cube = applymoves(cube, movestr);
14 14
15 if (iserror(cube)) { 15 if (cube_error(cube)) {
16 printf("Error moving cube\n"); 16 printf("Error moving cube\n");
17 } else if (!issolvable(cube)) { 17 } else if (!cube_solvable(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, cubestr);

Generated with cgit - Back to sebastiano.tronto.net