diff options
| -rw-r--r-- | tests/apis/rules/xmake.lua | 4 |
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) |
