summaryrefslogtreecommitdiff
path: root/tests/projects/swift
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-22 23:46:44 +0800
committerruki <[email protected]>2020-08-22 23:46:44 +0800
commit6da64856c6ed01eb567a977dae3e117babaaa287 (patch)
tree7c5fe395a9c34aa4a7d5946a6217e40e3de67ae7 /tests/projects/swift
parent55eb2fa3baaa571a616250ee8a89e98b4d82d49c (diff)
remove some comments
Diffstat (limited to 'tests/projects/swift')
-rw-r--r--tests/projects/swift/console/xmake.lua8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/projects/swift/console/xmake.lua b/tests/projects/swift/console/xmake.lua
index a9440ef2d..bb463573e 100644
--- a/tests/projects/swift/console/xmake.lua
+++ b/tests/projects/swift/console/xmake.lua
@@ -1,12 +1,6 @@
--- add rules
add_rules("mode.debug", "mode.release")
--- add target
-target("console_swift")
-
- -- set kind
+target("test")
set_kind("binary")
-
- -- add files
add_files("src/*.swift")