From 26ce364f1f376009cd5fb793d5bd09a438282af5 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 7 Jan 2025 18:55:57 +0000 Subject: [PATCH] chore(tests): remove old FIXME comment --- tests/extract.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/extract.luau b/tests/extract.luau index c309196..f22e054 100644 --- a/tests/extract.luau +++ b/tests/extract.luau @@ -18,7 +18,7 @@ local FALLIBLES = { -- "comment_garbage.zip", "chinese.zip", "non_utf8.zip", -- FIXME: Lune breaks for non utf8 data in process stdout - "pandoc_soft_links.zip", -- FIXME: Soft links are not handled correctly + "pandoc_soft_links.zip", -- Soft links are tested separately in edge_cases } return function(test: typeof(frktest.test))