diff options
Diffstat (limited to 'debuginfo-tests')
-rw-r--r-- | debuginfo-tests/sret.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp index 863e347d1f7..0d8021a454d 100644 --- a/debuginfo-tests/sret.cpp +++ b/debuginfo-tests/sret.cpp @@ -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 { |