aboutsummaryrefslogtreecommitdiff
path: root/test/00_basic/basic_tests.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/00_basic/basic_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/00_basic/basic_tests.c b/test/00_basic/basic_tests.c
index 8c52941..a3ae0b9 100644
--- a/test/00_basic/basic_tests.c
+++ b/test/00_basic/basic_tests.c
@@ -7,7 +7,7 @@
7void 7void
8check(cube_t cube, char *name) 8check(cube_t cube, char *name)
9{ 9{
10 printf("%s is%s consistent\n", name, isconsistent(cube) ? "" : " NOT"); 10 printf("%s is%s solvable\n", name, issolvable(cube) ? "" : " NOT");
11 printf("%s is%s solved\n", name, issolved(cube) ? "" : " NOT"); 11 printf("%s is%s solved\n", name, issolved(cube) ? "" : " NOT");
12} 12}
13 13

Generated with cgit - Back to sebastiano.tronto.net