aboutsummaryrefslogtreecommitdiff
path: root/test/076_copy_co/copy_co_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/076_copy_co/copy_co_tests.c')
-rw-r--r--test/076_copy_co/copy_co_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/076_copy_co/copy_co_tests.c b/test/076_copy_co/copy_co_tests.c
index 3ca109b..4127022 100644
--- a/test/076_copy_co/copy_co_tests.c
+++ b/test/076_copy_co/copy_co_tests.c
@@ -1,7 +1,7 @@
1#include "../test.h" 1#include "../test.h"
2 2
3void copy_co(cube_t *, cube_t); 3void copy_co(cube_t *, cube_t);
4void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); 4void pieces(cube_t *, uint8_t [SIZE(8)], uint8_t [SIZE(12)]);
5 5
6void run(void) { 6void run(void) {
7 char str[STRLENMAX]; 7 char str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net