summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/go/console/test.lua5
-rw-r--r--tests/projects/go/static_library/test.lua5
2 files changed, 2 insertions, 8 deletions
diff --git a/tests/projects/go/console/test.lua b/tests/projects/go/console/test.lua
index 92168a8c1..cfbf7db48 100644
--- a/tests/projects/go/console/test.lua
+++ b/tests/projects/go/console/test.lua
@@ -1,9 +1,6 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
+-- t:build()
else
return t:skip("wrong host platform")
end
diff --git a/tests/projects/go/static_library/test.lua b/tests/projects/go/static_library/test.lua
index 92168a8c1..cfbf7db48 100644
--- a/tests/projects/go/static_library/test.lua
+++ b/tests/projects/go/static_library/test.lua
@@ -1,9 +1,6 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
+-- t:build()
else
return t:skip("wrong host platform")
end