diff options
Diffstat (limited to 'test/076_copy_co')
| -rw-r--r-- | test/076_copy_co/copy_co_tests.c | 2 |
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 | ||
| 3 | void copy_co(cube_t *, cube_t); | 3 | void copy_co(cube_t *, cube_t); |
| 4 | void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); | 4 | void pieces(cube_t *, uint8_t [SIZE(8)], uint8_t [SIZE(12)]); |
| 5 | 5 | ||
| 6 | void run(void) { | 6 | void run(void) { |
| 7 | char str[STRLENMAX]; | 7 | char str[STRLENMAX]; |
