mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
disable Test on aarch64 (#24389)
ref https://github.com/nim-lang/Nim/issues/24287
(cherry picked from commit 1576563775)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user