aboutsummaryrefslogtreecommitdiff
path: root/test/030_move/move_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-04-13 15:31:32 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-04-13 15:31:32 +0200
commita18d4b0ba97b301193597a963a77a40ef7c2254b (patch)
treee2137f21fd162380a2cf8ec6e54af959ad4c4d90 /test/030_move/move_tests.c
parentae055f1fc993d406939f57f11553d218e1efde82 (diff)
downloadcubecore-a18d4b0ba97b301193597a963a77a40ef7c2254b.tar.gz
cubecore-a18d4b0ba97b301193597a963a77a40ef7c2254b.zip
Some renaming
Diffstat (limited to 'test/030_move/move_tests.c')
-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