Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Aug 19, 2024
1 parent b93ba91 commit 2eddbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test_ListUtil.re
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let tests = (
`Quick,
() => {
let xs = [1, 2, 3];
check(bool, "Returns true", true, ListUtil.are_duplicates(xs)); // TODO: Interesting the order here is messed up because of fold_right
check(bool, "Returns true", true, ListUtil.are_duplicates(xs));
},
),
test_case(
Expand Down

0 comments on commit 2eddbdc

Please sign in to comment.