aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-01 18:21:04 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-01 18:21:04 +0100
commit9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f (patch)
tree9a31bcde090930f686ce5ec089ef9c3dd8355652
parentb61042facee3e4b241f5abb712af6def24de22ad (diff)
downloadnissy-9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f.tar.gz
nissy-9daff8c1625d4cbb5500a50fbfe83b7ecba06f8f.zip
Fixed typo
-rw-r--r--tests/fst_tests.c2
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);

Generated with cgit - Back to sebastiano.tronto.net