summary refs log tree commit diff stats
path: root/testament/specs.nim
diff options
context:
space:
mode:
authorJasper Jenkins <jasper.vs.jenkins@gmail.com>2020-01-16 05:21:12 -0800
committerAndreas Rumpf <rumpf_a@web.de>2020-01-16 14:21:12 +0100
commitd245d4cf09e190ef0d64153437467713c5445c47 (patch)
treeff489019df0fd828e22e01e45436627567149359 /testament/specs.nim
parent1b54be77799bd89de7b82746324833291a5f9d0c (diff)
downloadNim-d245d4cf09e190ef0d64153437467713c5445c47.tar.gz
fix tsizeof3 for aarch64 (#13169)
Diffstat (limited to 'testament/specs.nim')
-rw-r--r--testament/specs.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/testament/specs.nim b/testament/specs.nim
index f4d06e093..70be6990c 100644
--- a/testament/specs.nim
+++ b/testament/specs.nim
@@ -234,6 +234,8 @@ proc parseSpec*(filename: string): TSpec =
             result.err = reDisabled
         of "freebsd":
           when defined(freebsd): result.err = reDisabled
+        of "arm64":
+          when defined(arm64): result.err = reDisabled
         else:
           result.parseErrors.addLine "cannot interpret as a bool: ", e.value
       of "cmd":