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

Adrian Prantl aprantl at apple.com
Wed Feb 26 16:02:40 PST 2014


Author: adrian
Date: Wed Feb 26 18:02:40 2014
New Revision: 202319

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

Modified:
    debuginfo-tests/trunk/sret.cpp

Modified: debuginfo-tests/trunk/sret.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/sret.cpp?rev=202319&r1=202318&r2=202319&view=diff
==============================================================================
--- debuginfo-tests/trunk/sret.cpp (original)
+++ debuginfo-tests/trunk/sret.cpp Wed Feb 26 18:02:40 2014
@@ -5,7 +5,7 @@
 // DEBUGGER: break 62
 // DEBUGGER: r
 // DEBUGGER: p a
-// CHECK: ${{[0-9]+}} = {
+// CHECK: ${{[0-9]+}} =
 // LLDB does not print artificial members.
 // CHECK:  {{(_vptr\$A =)?.*}}m_int = 12
 





More information about the llvm-commits mailing list