summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-25 22:52:59 +0800
committerruki <[email protected]>2023-07-25 22:52:59 +0800
commita3e23ab114d738d911b862644b97c5061e401140 (patch)
treec2ff42d4e1fefbd794cd5385ec44b07f26b21e20
parent591a78508904e868941380b9552d90e114de5b8f (diff)
remove some comments
-rw-r--r--tests/projects/c++/shared_library_export_all/test.lua3
-rw-r--r--tests/projects/c++/test(brackets)/test.lua3
-rw-r--r--tests/projects/c++/unity_build/test.lua3
-rw-r--r--tests/projects/c/headeronly/test.lua3
-rw-r--r--tests/projects/c/static library with spaces/test.lua3
-rw-r--r--tests/projects/c/unity_build/test.lua3
-rw-r--r--tests/projects/dlang/console/test.lua3
-rw-r--r--tests/projects/dlang/dub_package/test.lua3
-rw-r--r--tests/projects/dlang/shared_library/test.lua3
-rw-r--r--tests/projects/dlang/static_library/test.lua3
-rw-r--r--tests/projects/other/merge_archive/test.lua3
-rw-r--r--tests/projects/other/merge_archive2/test.lua3
-rw-r--r--tests/projects/other/merge_object/test.lua3
-rw-r--r--tests/projects/rust/console/test.lua3
-rw-r--r--tests/projects/rust/rust_call_cxx_library/test.lua3
-rw-r--r--tests/projects/rust/static_library/test.lua3
-rw-r--r--tests/projects/swift/console/test.lua3
17 files changed, 0 insertions, 51 deletions
diff --git a/tests/projects/c++/shared_library_export_all/test.lua b/tests/projects/c++/shared_library_export_all/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c++/shared_library_export_all/test.lua
+++ b/tests/projects/c++/shared_library_export_all/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c++/test(brackets)/test.lua b/tests/projects/c++/test(brackets)/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c++/test(brackets)/test.lua
+++ b/tests/projects/c++/test(brackets)/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c++/unity_build/test.lua b/tests/projects/c++/unity_build/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c++/unity_build/test.lua
+++ b/tests/projects/c++/unity_build/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c/headeronly/test.lua b/tests/projects/c/headeronly/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c/headeronly/test.lua
+++ b/tests/projects/c/headeronly/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c/static library with spaces/test.lua b/tests/projects/c/static library with spaces/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c/static library with spaces/test.lua
+++ b/tests/projects/c/static library with spaces/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/c/unity_build/test.lua b/tests/projects/c/unity_build/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/c/unity_build/test.lua
+++ b/tests/projects/c/unity_build/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/dlang/console/test.lua b/tests/projects/dlang/console/test.lua
index 92168a8c1..060aa6ca5 100644
--- a/tests/projects/dlang/console/test.lua
+++ b/tests/projects/dlang/console/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
t:build()
else
diff --git a/tests/projects/dlang/dub_package/test.lua b/tests/projects/dlang/dub_package/test.lua
index 92168a8c1..060aa6ca5 100644
--- a/tests/projects/dlang/dub_package/test.lua
+++ b/tests/projects/dlang/dub_package/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
t:build()
else
diff --git a/tests/projects/dlang/shared_library/test.lua b/tests/projects/dlang/shared_library/test.lua
index 92168a8c1..060aa6ca5 100644
--- a/tests/projects/dlang/shared_library/test.lua
+++ b/tests/projects/dlang/shared_library/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
t:build()
else
diff --git a/tests/projects/dlang/static_library/test.lua b/tests/projects/dlang/static_library/test.lua
index 92168a8c1..060aa6ca5 100644
--- a/tests/projects/dlang/static_library/test.lua
+++ b/tests/projects/dlang/static_library/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
t:build()
else
diff --git a/tests/projects/other/merge_archive/test.lua b/tests/projects/other/merge_archive/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/other/merge_archive/test.lua
+++ b/tests/projects/other/merge_archive/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/other/merge_archive2/test.lua b/tests/projects/other/merge_archive2/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/other/merge_archive2/test.lua
+++ b/tests/projects/other/merge_archive2/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/other/merge_object/test.lua b/tests/projects/other/merge_object/test.lua
index b76241be2..b57362078 100644
--- a/tests/projects/other/merge_object/test.lua
+++ b/tests/projects/other/merge_object/test.lua
@@ -1,6 +1,3 @@
--- main entry
function main(t)
-
- -- build project
t:build()
end
diff --git a/tests/projects/rust/console/test.lua b/tests/projects/rust/console/test.lua
index 92168a8c1..060aa6ca5 100644
--- a/tests/projects/rust/console/test.lua
+++ b/tests/projects/rust/console/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
t:build()
else
diff --git a/tests/projects/rust/rust_call_cxx_library/test.lua b/tests/projects/rust/rust_call_cxx_library/test.lua
index 92168a8c1..060aa6ca5 100644
--- a/tests/projects/rust/rust_call_cxx_library/test.lua
+++ b/tests/projects/rust/rust_call_cxx_library/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
t:build()
else
diff --git a/tests/projects/rust/static_library/test.lua b/tests/projects/rust/static_library/test.lua
index 92168a8c1..060aa6ca5 100644
--- a/tests/projects/rust/static_library/test.lua
+++ b/tests/projects/rust/static_library/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
t:build()
else
diff --git a/tests/projects/swift/console/test.lua b/tests/projects/swift/console/test.lua
index 60277b691..149a15ed0 100644
--- a/tests/projects/swift/console/test.lua
+++ b/tests/projects/swift/console/test.lua
@@ -1,7 +1,4 @@
--- main entry
function main(t)
-
- -- build project
if os.host() == "macosx" then
t:build({iphoneos = true})
else