Skip to content

Commit

Permalink
disable Test on aarch64 (#24389)
Browse files Browse the repository at this point in the history
ref #24287

(cherry picked from commit 1576563)
  • Loading branch information
ringabout authored and narimiran committed Jan 14, 2025
1 parent 435a152 commit d78c7aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/compiler/tasm.nim
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
discard """
disabled: "arm64"
"""

proc testAsm() =
let src = 41
var dst = 0
Expand All @@ -12,4 +16,4 @@ proc testAsm() =

when defined(gcc) or defined(clang) and not defined(cpp):
{.passc: "-std=c99".}
testAsm()
testAsm()

0 comments on commit d78c7aa

Please sign in to comment.