[Lldb-commits] [lldb] r121062 - /lldb/trunk/test/foundation/main.m
Johnny Chen
johnny.chen at apple.com
Mon Dec 6 14:49:11 PST 2010
Author: johnny
Date: Mon Dec 6 16:49:11 2010
New Revision: 121062
URL: http://llvm.org/viewvc/llvm-project?rev=121062&view=rev
Log:
More descriptive comment string.
Modified:
lldb/trunk/test/foundation/main.m
Modified: lldb/trunk/test/foundation/main.m
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/foundation/main.m?rev=121062&r1=121061&r2=121062&view=diff
==============================================================================
--- lldb/trunk/test/foundation/main.m (original)
+++ lldb/trunk/test/foundation/main.m Mon Dec 6 16:49:11 2010
@@ -35,7 +35,7 @@
- (NSString *)description
{
- // Set a breakpoint on this function and test expressions:
+ // Set a breakpoint on this function for '-[MyString description]' and test expressions:
// expression (char *)sel_getName(_cmd)
if (self.descriptionPauses)
{
More information about the lldb-commits
mailing list