aboutsummaryrefslogtreecommitdiff
path: root/test/073_coord_csep
diff options
context:
space:
mode:
Diffstat (limited to 'test/073_coord_csep')
-rw-r--r--test/073_coord_csep/coord_csep_tests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/073_coord_csep/coord_csep_tests.c b/test/073_coord_csep/coord_csep_tests.c
index a6e13c5..6d20079 100644
--- a/test/073_coord_csep/coord_csep_tests.c
+++ b/test/073_coord_csep/coord_csep_tests.c
@@ -2,7 +2,7 @@
2 2
3int64_t coord_csep(cube_t); 3int64_t coord_csep(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_csep(cube); 13 result = coord_csep(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