diff --git a/tests/compiler/tasm.nim b/tests/compiler/tasm.nim index 9f60231e0b..31db5643c9 100644 --- a/tests/compiler/tasm.nim +++ b/tests/compiler/tasm.nim @@ -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() \ No newline at end of file + testAsm()