diff options
Diffstat (limited to 'test/001_pieces/pieces_tests.c')
| -rw-r--r-- | test/001_pieces/pieces_tests.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/001_pieces/pieces_tests.c b/test/001_pieces/pieces_tests.c index 1ef2fd0..2e6460b 100644 --- a/test/001_pieces/pieces_tests.c +++ b/test/001_pieces/pieces_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); | 3 | void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); |
| 4 | 4 | ||
| 5 | int main(void) { | 5 | void run(void) { |
| 6 | int i; | 6 | int i; |
| 7 | uint8_t corner[8], edge[12]; | 7 | uint8_t corner[8], edge[12]; |
| 8 | char str[STRLENMAX], *aux; | 8 | char str[STRLENMAX], *aux; |
| @@ -22,6 +22,4 @@ int main(void) { | |||
| 22 | for (i = 0; i < 12; i++) | 22 | for (i = 0; i < 12; i++) |
| 23 | printf("%" PRIu8 " ", edge[i]); | 23 | printf("%" PRIu8 " ", edge[i]); |
| 24 | printf("\n"); | 24 | printf("\n"); |
| 25 | |||
| 26 | return 0; | ||
| 27 | } | 25 | } |
