summaryrefslogtreecommitdiff
path: root/debuginfo-tests/sret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/sret.cpp')
-rw-r--r--debuginfo-tests/sret.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp
index 1903cdda53b..6405bde0d03 100644
--- a/debuginfo-tests/sret.cpp
+++ b/debuginfo-tests/sret.cpp
@@ -5,9 +5,10 @@
// DEBUGGER: break 62
// DEBUGGER: r
// DEBUGGER: p a
-// CHECK: $1 = {
-// CHECK: _vptr$A =
-// CHECK: m_int = 12
+// CHECK: ${{[0-9]+}} = {
+// LLDB does not print artificial members.
+// CHECK-NEXT: {{(_vptr\$A =)|(m_int = 12)}}
+// CHECK-NEXT: {{(m_int = 12)|(})}}
class A
{