aboutsummaryrefslogtreecommitdiff
path: root/test/030_move
diff options
context:
space:
mode:
Diffstat (limited to 'test/030_move')
-rw-r--r--test/030_move/move_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/030_move/move_tests.c b/test/030_move/move_tests.c
index e5aed44..98c9592 100644
--- a/test/030_move/move_tests.c
+++ b/test/030_move/move_tests.c
@@ -1,10 +1,10 @@
1#include "../test.h" 1#include "../test.h"
2 2
3cube_t applymoves(cube_t, char *); 3oriented_cube_t applymoves(oriented_cube_t, char *);
4 4
5void run(void) { 5void run(void) {
6 char movestr[STRLENMAX], cubestr[STRLENMAX]; 6 char movestr[STRLENMAX], cubestr[STRLENMAX];
7 cube_t cube; 7 oriented_cube_t cube;
8 8
9 fgets(movestr, STRLENMAX, stdin); 9 fgets(movestr, STRLENMAX, stdin);
10 fgets(cubestr, STRLENMAX, stdin); 10 fgets(cubestr, STRLENMAX, stdin);

Generated with cgit - Back to sebastiano.tronto.net