[debuginfo-tests] r204280 - relax testcase for LLDB output format compatibility.
Adrian Prantl
aprantl at apple.com
Wed Mar 19 16:06:18 PDT 2014
Author: adrian
Date: Wed Mar 19 18:06:18 2014
New Revision: 204280
URL: http://llvm.org/viewvc/llvm-project?rev=204280&view=rev
Log:
relax testcase for LLDB output format compatibility.
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=204280&r1=204279&r2=204280&view=diff
==============================================================================
--- debuginfo-tests/trunk/aggregate-indirect-arg.cpp (original)
+++ debuginfo-tests/trunk/aggregate-indirect-arg.cpp Wed Mar 19 18:06:18 2014
@@ -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 {
More information about the llvm-commits
mailing list