From a18d4b0ba97b301193597a963a77a40ef7c2254b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 13 Apr 2024 15:31:32 +0200 Subject: Some renaming --- test/050_compose/compose_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/050_compose') 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) { c3 = compose(c1, c2); - if (iserror(c3)) { + if (cube_error(c3)) { printf("Error composing cubes\n"); - } else if (!issolvable(c3)) { + } else if (!cube_solvable(c3)) { printf("Composed cube is not solvable\n"); } else { writecube("H48", c3, str); -- cgit v1.3