[debuginfo-tests] r202415 - Relax testcase: Newer versions of LLDB don't necessarily print the "{".

Adrian Prantl aprantl at apple.com
Thu Feb 27 09:51:50 PST 2014


Author: adrian
Date: Thu Feb 27 11:51:50 2014
New Revision: 202415

URL: http://llvm.org/viewvc/llvm-project?rev=202415&view=rev
Log:
Relax testcase: Newer versions of LLDB don't necessarily print the "{".

Modified:
    debuginfo-tests/trunk/aggregate-indirect-arg.cpp

Modified: debuginfo-tests/trunk/aggregate-indirect-arg.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/aggregate-indirect-arg.cpp?rev=202415&r1=202414&r2=202415&view=diff
==============================================================================
--- debuginfo-tests/trunk/aggregate-indirect-arg.cpp (original)
+++ debuginfo-tests/trunk/aggregate-indirect-arg.cpp Thu Feb 27 11:51:50 2014
@@ -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
 





More information about the llvm-commits mailing list