From 76be569f033423850bca8f37129ccc9b347bddb3 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Sep 2021 00:36:25 +0800 Subject: enable bin2c test --- tests/projects/other/bin2c/test.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/projects/other/bin2c/test.lua b/tests/projects/other/bin2c/test.lua index 8981b325d..b57362078 100644 --- a/tests/projects/other/bin2c/test.lua +++ b/tests/projects/other/bin2c/test.lua @@ -1,6 +1,3 @@ function main(t) - -- TODO - if xmake.luajit() then - t:build() - end + t:build() end -- cgit v1.3.1