diff options
| -rw-r--r-- | tests/fst_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 151 | Cube c, d; | 151 | Cube c, d; |
| 152 | FstCube fst; | 152 | FstCube fst; |
| 153 | 153 | ||
| 154 | void_to_cube(a, &d); | 154 | void_to_cube(a, &c); |
| 155 | alg = new_alg((char *)a); | 155 | alg = new_alg((char *)a); |
| 156 | make_solved(&d); | 156 | make_solved(&d); |
| 157 | fst = cube_to_fst(&d); | 157 | fst = cube_to_fst(&d); |
