diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-03-19 23:06:18 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-03-19 23:06:18 +0000 |
commit | 8bcc993e2718415bd8a9aa0cfff42bfd598a2690 (patch) | |
tree | 9f31bdf75eee225681841c728f3f2acfde605555 /debuginfo-tests | |
parent | 120882dbeb7f3ed5f38904da5de208d2a5713ebb (diff) | |
download | bcm5719-llvm-8bcc993e2718415bd8a9aa0cfff42bfd598a2690.tar.gz bcm5719-llvm-8bcc993e2718415bd8a9aa0cfff42bfd598a2690.zip |
relax testcase for LLDB output format compatibility.
llvm-svn: 204280
Diffstat (limited to 'debuginfo-tests')
-rw-r--r-- | debuginfo-tests/aggregate-indirect-arg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp index e412ecc254b..bbbb01e9ca2 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 { |