mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
fix test
This commit is contained in:
parent
d35c25e783
commit
5a3c20464d
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ let suite =
|
||||||
"test_persistent" >:: test_persistent;
|
"test_persistent" >:: test_persistent;
|
||||||
"test_big_persistent" >:: test_big_persistent;
|
"test_big_persistent" >:: test_big_persistent;
|
||||||
"test_sort" >:: test_sort;
|
"test_sort" >:: test_sort;
|
||||||
"test_sort_uniq" >:: test_sort;
|
"test_sort_uniq" >:: test_sort_uniq;
|
||||||
"test_group_succ_by" >:: test_group_succ;
|
"test_group_succ_by" >:: test_group_succ;
|
||||||
"test_group_by" >:: test_group_by;
|
"test_group_by" >:: test_group_by;
|
||||||
"test_uniq" >:: test_uniq;
|
"test_uniq" >:: test_uniq;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue