aboutsummaryrefslogtreecommitdiff
path: root/test/072_coord_co
diff options
context:
space:
mode:
Diffstat (limited to 'test/072_coord_co')
-rw-r--r--test/072_coord_co/coord_co_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/072_coord_co/coord_co_tests.c b/test/072_coord_co/coord_co_tests.c
index aa4136b..2924996 100644
--- a/test/072_coord_co/coord_co_tests.c
+++ b/test/072_coord_co/coord_co_tests.c
@@ -6,7 +6,7 @@ int main(void) {
6 int64_t result; 6 int64_t result;
7 7
8 fgets(str, STRLENMAX, stdin); 8 fgets(str, STRLENMAX, stdin);
9 cube = readcube("H48", str); 9 cube = cube_read("H48", str);
10 10
11 result = cube_coord_co(cube); 11 result = cube_coord_co(cube);
12 12

Generated with cgit - Back to sebastiano.tronto.net