forked from OSchip/llvm-project
don't use CHECK-NEXT because it may be on the same line.
llvm-svn: 190969
This commit is contained in:
parent
c370a8a2f0
commit
d913c86b93
|
@ -7,7 +7,7 @@
|
|||
// DEBUGGER: p a
|
||||
// CHECK: ${{[0-9]+}} = {
|
||||
// LLDB does not print artificial members.
|
||||
// CHECK-NEXT: {{(_vptr\$A =)?.*}}m_int = 12
|
||||
// CHECK: {{(_vptr\$A =)?.*}}m_int = 12
|
||||
|
||||
class A
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue