aboutsummaryrefslogtreecommitdiff
path: root/test/050_compose/compose_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/050_compose/compose_tests.c
parentae055f1fc993d406939f57f11553d218e1efde82 (diff)
downloadcubecore-a18d4b0ba97b301193597a963a77a40ef7c2254b.tar.gz
cubecore-a18d4b0ba97b301193597a963a77a40ef7c2254b.zip
Some renaming
Diffstat (limited to 'test/050_compose/compose_tests.c')
-rw-r--r--test/050_compose/compose_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/050_compose/compose_tests.c b/test/050_compose/compose_tests.c
index 0ea4eff..c0bbbef 100644
--- a/test/050_compose/compose_tests.c
+++ b/test/050_compose/compose_tests.c
@@ -13,9 +13,9 @@ int main(void) {
13 13
14 c3 = compose(c1, c2); 14 c3 = compose(c1, c2);
15 15
16 if (iserror(c3)) { 16 if (cube_error(c3)) {
17 printf("Error composing cubes\n"); 17 printf("Error composing cubes\n");
18 } else if (!issolvable(c3)) { 18 } else if (!cube_solvable(c3)) {
19 printf("Composed cube is not solvable\n"); 19 printf("Composed cube is not solvable\n");
20 } else { 20 } else {
21 writecube("H48", c3, str); 21 writecube("H48", c3, str);

Generated with cgit - Back to sebastiano.tronto.net