From 8bcc993e2718415bd8a9aa0cfff42bfd598a2690 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 19 Mar 2014 23:06:18 +0000 Subject: [PATCH] relax testcase for LLDB output format compatibility. llvm-svn: 204280 --- debuginfo-tests/aggregate-indirect-arg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp index e412ecc254b7..bbbb01e9ca24 100644 --- a/debuginfo-tests/aggregate-indirect-arg.cpp +++ b/debuginfo-tests/aggregate-indirect-arg.cpp @@ -6,7 +6,7 @@ // DEBUGGER: r // DEBUGGER: p v // CHECK: ${{[0-9]+}} = -// CHECK: Data = 0x0{{(0*)}} +// CHECK: Data ={{.*}} 0x0{{(0*)}} // CHECK: Kind = 2142 class SVal {