[AArch64][MC] Remove unused CHECK-ERROR in SVE test file

This file is only ever looking for errors so we can
just use the default CHECK.

Reviewed By: sdesmalen

Differential Revision: https://reviews.llvm.org/D90915
This commit is contained in:
David Spickett 2020-11-06 09:54:43 +00:00
parent 42848b8270
commit 624d3fe0e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=CHECK-ERROR %s // RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck %s
foo: foo:
// CHECK: error: sve predicate register without type specifier expected // CHECK: error: sve predicate register without type specifier expected