[Lldb-commits] [lldb] r137698 - /lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py
Johnny Chen
johnny.chen at apple.com
Mon Aug 15 17:56:41 PDT 2011
Author: johnny
Date: Mon Aug 15 19:56:41 2011
New Revision: 137698
URL: http://llvm.org/viewvc/llvm-project?rev=137698&view=rev
Log:
Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed.
Modified:
lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py
Modified: lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py?rev=137698&r1=137697&r2=137698&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py (original)
+++ lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py Mon Aug 15 19:56:41 2011
@@ -160,7 +160,7 @@
#
# Break on the ctor function of class C.
self.expect("breakpoint set -M C", BREAKPOINT_CREATED,
- startstr = "Breakpoint created: 1: name = 'C', locations = 1")
+ startstr = "Breakpoint created: 1: name = 'C'")
self.runCmd("run", RUN_SUCCEEDED)
More information about the lldb-commits
mailing list