summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/other/bin2c/test.lua5
1 files changed, 1 insertions, 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