diff options
Diffstat (limited to 'debuginfo-tests/aggregate-indirect-arg.cpp')
-rw-r--r-- | debuginfo-tests/aggregate-indirect-arg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp index 26c571458ad..55609a64517 100644 --- a/debuginfo-tests/aggregate-indirect-arg.cpp +++ b/debuginfo-tests/aggregate-indirect-arg.cpp @@ -6,8 +6,8 @@ // DEBUGGER: r // DEBUGGER: p v // CHECK: ${{[0-9]+}} = { -// CHECK-NEXT: Data = 0x0{{,|(0+$)}} -// CHECK-NEXT: Kind = 2142 +// CHECK: Data = 0x0{{(0*)}} +// CHECK: Kind = 2142 class SVal { public: |