summaryrefslogtreecommitdiff
path: root/tests/projects/dlang/console/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/dlang/console/test.lua')
-rw-r--r--tests/projects/dlang/console/test.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/projects/dlang/console/test.lua b/tests/projects/dlang/console/test.lua
deleted file mode 100644
index 060aa6ca5..000000000
--- a/tests/projects/dlang/console/test.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-function main(t)
- if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
- else
- return t:skip("wrong host platform")
- end
-end