disable Test on aarch64 (#24389)

ref https://github.com/nim-lang/Nim/issues/24287

(cherry picked from commit 1576563775)
This commit is contained in:
ringabout
2024-10-31 03:17:19 +08:00
committed by narimiran
parent 435a152c66
commit d78c7aa697

View File

@@ -1,3 +1,7 @@
discard """
disabled: "arm64"
"""
proc testAsm() =
let src = 41
var dst = 0
@@ -12,4 +16,4 @@ proc testAsm() =
when defined(gcc) or defined(clang) and not defined(cpp):
{.passc: "-std=c99".}
testAsm()
testAsm()