mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(tests): remove old FIXME comment
This commit is contained in:
parent
9b6216c0a7
commit
26ce364f1f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue