From 2eddbdc1696ef48e16c9424abc627fbd850a4415 Mon Sep 17 00:00:00 2001 From: Alexander Bandukwala <7h3kk1d@gmail.com> Date: Mon, 19 Aug 2024 12:01:45 -0400 Subject: [PATCH] Remove comment --- test/Test_ListUtil.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Test_ListUtil.re b/test/Test_ListUtil.re index a21ef071d7..017c2e6d96 100644 --- a/test/Test_ListUtil.re +++ b/test/Test_ListUtil.re @@ -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(