summaryrefslogtreecommitdiff
path: root/tests/projects/dlang/console/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-10 22:32:41 +0800
committerruki <[email protected]>2025-12-10 22:32:41 +0800
commit8544bf42ffd28f151504b97c68e2988e443b3f34 (patch)
tree2b5cc7e1297435f0d7abb8992645a8bf0fc0b6ac /tests/projects/dlang/console/test.lua
parentce1be43362a6f0cb6e4adf117e73d55d61f27f8b (diff)
remove dlang tests
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