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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/072_coord_co/coord_co_tests.c b/test/072_coord_co/coord_co_tests.c
index c7af24c..3b84d74 100644
--- a/test/072_coord_co/coord_co_tests.c
+++ b/test/072_coord_co/coord_co_tests.c
@@ -2,7 +2,7 @@
2 2
3int64_t coord_co(cube_t); 3int64_t coord_co(cube_t);
4 4
5int main(void) { 5void run(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];
7 cube_t cube; 7 cube_t cube;
8 int64_t result; 8 int64_t result;
@@ -13,6 +13,4 @@ int main(void) {
13 result = coord_co(cube); 13 result = coord_co(cube);
14 14
15 printf("%" PRId64 "\n", result); 15 printf("%" PRId64 "\n", result);
16
17 return 0;
18} 16}

Generated with cgit - Back to sebastiano.tronto.net