Massage those regexps to work with both lldb and gdb.
llvm-svn: 190967
diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp
index 26c5714..55609a6 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: