summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/sret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/sret.cpp')
-rw-r--r--debuginfo-tests/sret.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp
index 6405bde0d03..863e347d1f7 100644
--- a/debuginfo-tests/sret.cpp
+++ b/debuginfo-tests/sret.cpp
@@ -7,8 +7,7 @@
// DEBUGGER: p a
// CHECK: ${{[0-9]+}} = {
// LLDB does not print artificial members.
-// CHECK-NEXT: {{(_vptr\$A =)|(m_int = 12)}}
-// CHECK-NEXT: {{(m_int = 12)|(})}}
+// CHECK-NEXT: {{(_vptr\$A =)?.*}}m_int = 12
class A
{
OpenPOWER on IntegriCloud