diff options
Diffstat (limited to 'test/030_move')
| -rw-r--r-- | test/030_move/move_tests.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/030_move/move_tests.c b/test/030_move/move_tests.c index 73e9dbe..d4a109b 100644 --- a/test/030_move/move_tests.c +++ b/test/030_move/move_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | cube_t applymoves(cube_t, char *); | 3 | cube_t applymoves(cube_t, char *); |
| 4 | 4 | ||
| 5 | int main(void) { | 5 | void run(void) { |
| 6 | char movestr[STRLENMAX], cubestr[STRLENMAX]; | 6 | char movestr[STRLENMAX], cubestr[STRLENMAX]; |
| 7 | cube_t cube; | 7 | cube_t cube; |
| 8 | 8 | ||
| @@ -20,6 +20,4 @@ int main(void) { | |||
| 20 | writecube("H48", cube, cubestr); | 20 | writecube("H48", cube, cubestr); |
| 21 | printf("%s\n", cubestr); | 21 | printf("%s\n", cubestr); |
| 22 | } | 22 | } |
| 23 | |||
| 24 | return 0; | ||
| 25 | } | 23 | } |
