From af28dba1f52990cb7b6c3c8f69f1f1bcf017c90a Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 14 Mar 2020 12:52:12 +0800 Subject: fix tests --- tests/apis/rules/xmake.lua | 4 ---- 1 file changed, 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) -- cgit v1.3.1