diff options
Diffstat (limited to 'test/073_coord_csep')
| -rw-r--r-- | test/073_coord_csep/coord_csep_tests.c | 4 |
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 | ||
| 3 | int64_t coord_csep(cube_t); | 3 | int64_t coord_csep(cube_t); |
| 4 | 4 | ||
| 5 | int main(void) { | 5 | void 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 | } |
