diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-02-27 17:51:50 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-02-27 17:51:50 +0000 |
commit | eace60b161c249f486e381f81e4fa6199952846a (patch) | |
tree | 44614ddb057a927bc5e158f38ad301e239b8c72a /debuginfo-tests | |
parent | 521bdf211deb77812e6f3574b3f40095371c0699 (diff) | |
download | bcm5719-llvm-eace60b161c249f486e381f81e4fa6199952846a.tar.gz bcm5719-llvm-eace60b161c249f486e381f81e4fa6199952846a.zip |
Relax testcase: Newer versions of LLDB don't necessarily print the "{".
llvm-svn: 202415
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 55609a64517..e412ecc254b 100644 --- a/debuginfo-tests/aggregate-indirect-arg.cpp +++ b/debuginfo-tests/aggregate-indirect-arg.cpp @@ -5,7 +5,7 @@ // DEBUGGER: break 22 // DEBUGGER: r // DEBUGGER: p v -// CHECK: ${{[0-9]+}} = { +// CHECK: ${{[0-9]+}} = // CHECK: Data = 0x0{{(0*)}} // CHECK: Kind = 2142 |