From bab22e1946a656088804b61cf765461b48744971 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 16:12:21 +0200 Subject: Update tests for oriented_cube_t --- test/030_move/move_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/030_move') 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 @@ #include "../test.h" -cube_t applymoves(cube_t, char *); +oriented_cube_t applymoves(oriented_cube_t, char *); void run(void) { char movestr[STRLENMAX], cubestr[STRLENMAX]; - cube_t cube; + oriented_cube_t cube; fgets(movestr, STRLENMAX, stdin); fgets(cubestr, STRLENMAX, stdin); -- cgit v1.3