summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-25 22:52:19 +0800
committerruki <[email protected]>2023-07-25 22:52:19 +0800
commit591a78508904e868941380b9552d90e114de5b8f (patch)
treeca6d6ddbf8479fdc83094f1200b4ed9186c8bf71
parent7a8e94418617f26c4d9805c1202c8a8054855c24 (diff)
remove some comments
-rw-r--r--tests/projects/c++/console/test.lua3
-rw-r--r--tests/projects/c++/shared_library/test.lua3
-rw-r--r--tests/projects/c++/shared_library_with_soname/test.lua3
-rw-r--r--tests/projects/c++/static_library/test.lua3
-rw-r--r--tests/projects/c/console/test.lua3
-rw-r--r--tests/projects/c/static_library/test.lua3
-rw-r--r--tests/projects/objc++/console/test.lua3
-rw-r--r--tests/projects/objc/console/test.lua3
-rw-r--r--tests/projects/other/build_deps/test.lua3
9 files changed, 0 insertions, 27 deletions
diff --git a/tests/projects/c++/console/test.lua b/tests/projects/c++/console/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c++/console/test.lua
+++ b/tests/projects/c++/console/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c++/shared_library/test.lua b/tests/projects/c++/shared_library/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c++/shared_library/test.lua
+++ b/tests/projects/c++/shared_library/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c++/shared_library_with_soname/test.lua b/tests/projects/c++/shared_library_with_soname/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c++/shared_library_with_soname/test.lua
+++ b/tests/projects/c++/shared_library_with_soname/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c++/static_library/test.lua b/tests/projects/c++/static_library/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c++/static_library/test.lua
+++ b/tests/projects/c++/static_library/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c/console/test.lua b/tests/projects/c/console/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c/console/test.lua
+++ b/tests/projects/c/console/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c/static_library/test.lua b/tests/projects/c/static_library/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c/static_library/test.lua
+++ b/tests/projects/c/static_library/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/objc++/console/test.lua b/tests/projects/objc++/console/test.lua
index 60277b691..149a15ed0 100644
--- a/tests/projects/objc++/console/test.lua
+++ b/tests/projects/objc++/console/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if os.host() == "macosx" then
t:build({iphoneos = true})
else
diff --git a/tests/projects/objc/console/test.lua b/tests/projects/objc/console/test.lua
index 60277b691..149a15ed0 100644
--- a/tests/projects/objc/console/test.lua
+++ b/tests/projects/objc/console/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if os.host() == "macosx" then
t:build({iphoneos = true})
else
diff --git a/tests/projects/other/build_deps/test.lua b/tests/projects/other/build_deps/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/other/build_deps/test.lua
+++ b/tests/projects/other/build_deps/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end