Skip to content

Commit 8eb7053

Browse files
committed
[AArch64][MC] Fix run line in Armv9.5-A's FEAT_CPA test
1 parent ff5e536 commit 8eb7053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MC/AArch64/armv9.5a-cpa.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+cpa < %s | FileCheck %s
2-
// NORUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s
2+
// RUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s
33

44
addpt x0, x1, x2
55
// CHECK: addpt x0, x1, x2 // encoding: [0x20,0x20,0x02,0x9a]

0 commit comments

Comments
 (0)