summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-14 12:52:12 +0800
committerruki <[email protected]>2020-03-14 12:52:12 +0800
commitaf28dba1f52990cb7b6c3c8f69f1f1bcf017c90a (patch)
tree8a97b3525b338a8bc764699eae8d7bdd0b5033d3
parent31e29aff46694de65721781f8e5085d3a4041ea9 (diff)
fix tests
-rw-r--r--tests/apis/rules/xmake.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/apis/rules/xmake.lua b/tests/apis/rules/xmake.lua
index 2b3413922..96103e319 100644
--- a/tests/apis/rules/xmake.lua
+++ b/tests/apis/rules/xmake.lua
@@ -147,7 +147,3 @@ target("test")
add_files("src/index.md")
add_files("src/test.c.in", {rule = "c code"})
- on_load(function (target)
- print(target:sourcefiles())
- print(target:objectfiles())
- end)