forked from OSchip/llvm-project
Relax testcase: Newer versions of LLDB don't necessarily print the "{" either.
llvm-svn: 202319
This commit is contained in:
parent
9b1fe94833
commit
11f0d2ce92
|
@ -5,7 +5,7 @@
|
|||
// DEBUGGER: break 62
|
||||
// DEBUGGER: r
|
||||
// DEBUGGER: p a
|
||||
// CHECK: ${{[0-9]+}} = {
|
||||
// CHECK: ${{[0-9]+}} =
|
||||
// LLDB does not print artificial members.
|
||||
// CHECK: {{(_vptr\$A =)?.*}}m_int = 12
|
||||
|
||||
|
|
Loading…
Reference in New Issue