From 8eb705321ed20232aa13e85e07f22b44f19e82b4 Mon Sep 17 00:00:00 2001 From: Lucas Prates Date: Thu, 30 Nov 2023 15:39:15 +0000 Subject: [PATCH] [AArch64][MC] Fix run line in Armv9.5-A's FEAT_CPA test --- llvm/test/MC/AArch64/armv9.5a-cpa.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/AArch64/armv9.5a-cpa.s b/llvm/test/MC/AArch64/armv9.5a-cpa.s index 86932feeff8e41..1c338eccf6cacd 100644 --- a/llvm/test/MC/AArch64/armv9.5a-cpa.s +++ b/llvm/test/MC/AArch64/armv9.5a-cpa.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+cpa < %s | FileCheck %s -// NORUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s +// RUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s addpt x0, x1, x2 // CHECK: addpt x0, x1, x2 // encoding: [0x20,0x20,0x02,0x9a]