aboutsummaryrefslogtreecommitdiff
path: root/test/072_coord_co
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-04-13 15:57:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-04-13 15:57:23 +0200
commita4598b740fe4b8350b7d09a575c793113c8fde2b (patch)
tree157cdb108564389ecdf1badae2501f890fc2a126 /test/072_coord_co
parent3ab2f98170908277f70191846e84e5dde185a056 (diff)
downloadcubecore-a4598b740fe4b8350b7d09a575c793113c8fde2b.tar.gz
cubecore-a4598b740fe4b8350b7d09a575c793113c8fde2b.zip
Some renaming, moved stuff around
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