From 9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 1 Feb 2023 18:21:04 +0100 Subject: Fixed typo --- tests/fst_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fst_tests.c b/tests/fst_tests.c index 493f628..684a479 100644 --- a/tests/fst_tests.c +++ b/tests/fst_tests.c @@ -151,7 +151,7 @@ testmethod_fst_move(void *a) Cube c, d; FstCube fst; - void_to_cube(a, &d); + void_to_cube(a, &c); alg = new_alg((char *)a); make_solved(&d); fst = cube_to_fst(&d); -- cgit v1.3