aboutsummaryrefslogtreecommitdiff
path: root/test/050_compose/compose_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/050_compose/compose_tests.c')
-rw-r--r--test/050_compose/compose_tests.c4
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
3cube_t compose(cube_t, cube_t); 3cube_t compose(cube_t, cube_t);
4 4
5int main(void) { 5void 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}

Generated with cgit - Back to sebastiano.tronto.net