[Lldb-commits] [lldb] r114120 - /lldb/trunk/test/foundation/TestObjCMethods.py
Johnny Chen
johnny.chen at apple.com
Thu Sep 16 14:01:39 PDT 2010
Author: johnny
Date: Thu Sep 16 16:01:39 2010
New Revision: 114120
URL: http://llvm.org/viewvc/llvm-project?rev=114120&view=rev
Log:
Fixed wrong doc strings from cut-and-paste.
Modified:
lldb/trunk/test/foundation/TestObjCMethods.py
Modified: lldb/trunk/test/foundation/TestObjCMethods.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/foundation/TestObjCMethods.py?rev=114120&r1=114119&r2=114120&view=diff
==============================================================================
--- lldb/trunk/test/foundation/TestObjCMethods.py (original)
+++ lldb/trunk/test/foundation/TestObjCMethods.py Thu Sep 16 16:01:39 2010
@@ -11,12 +11,12 @@
mydir = "foundation"
def test_with_dsym(self):
- """Test 'image lookup -t days' and check for correct display."""
+ """Test setting objc breakpoints using regexp-break."""
self.buildDsym()
self.break_on_objc_methods()
def test_with_dwarf(self):
- """Test 'image lookup -t days' and check for correct display."""
+ """Test setting objc breakpoints using regexp-break."""
self.buildDwarf()
self.break_on_objc_methods()
More information about the lldb-commits
mailing list