diff options
Diffstat (limited to 'test/050_compose')
| -rw-r--r-- | test/050_compose/compose_tests.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/050_compose/compose_tests.c b/test/050_compose/compose_tests.c index 0ea4eff..e0e65b2 100644 --- a/test/050_compose/compose_tests.c +++ b/test/050_compose/compose_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | cube_t compose(cube_t, cube_t); | 3 | cube_t compose(cube_t, cube_t); |
| 4 | 4 | ||
| 5 | int main(void) { | 5 | void run(void) { |
| 6 | char str[STRLENMAX]; | 6 | char str[STRLENMAX]; |
| 7 | cube_t c1, c2, c3; | 7 | cube_t c1, c2, c3; |
| 8 | 8 | ||
| @@ -21,6 +21,4 @@ int main(void) { | |||
| 21 | writecube("H48", c3, str); | 21 | writecube("H48", c3, str); |
| 22 | printf("%s\n", str); | 22 | printf("%s\n", str); |
| 23 | } | 23 | } |
| 24 | |||
| 25 | return 0; | ||
| 26 | } | 24 | } |
