don't use CHECK-NEXT because it may be on the same line.

llvm-svn: 190969
This commit is contained in:
Adrian Prantl 2013-09-18 23:01:54 +00:00
parent c370a8a2f0
commit d913c86b93

View File

@ -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
{