summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-21 00:36:25 +0800
committerruki <[email protected]>2021-09-21 00:36:25 +0800
commit76be569f033423850bca8f37129ccc9b347bddb3 (patch)
treea27cb8259bb15f6e21af8f3b18b09269c878d0b9
parent930124472561d7c4e84ee7fd2b1bee8ac1b64ba2 (diff)
enable bin2c test
-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