mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-05 00:48:08 +00:00
Tighten up CHECK lines added in a9f10ebffa to work on ARM.
On ARM platforms, the compiler generates an additional line containing `-CXXRecordDecl which is not the intended line, but preceeds the intended match causing the test to fail.
This commit is contained in:
parent
4066591841
commit
757bc55f83
@ -1,6 +1,6 @@
|
||||
// RUN: clang-import-test -dump-ast --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s | FileCheck %s
|
||||
|
||||
// CHECK: `-CXXRecordDecl
|
||||
// CHECK: {{^`-CXXRecordDecl}}
|
||||
// CHECK-SAME: Inputs/S2.cpp:1:1, line:3:1> line:1:8 struct F
|
||||
|
||||
void expr() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user