forked from OSchip/llvm-project
[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:
parent
42848b8270
commit
624d3fe0e4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue