[Lldb-commits] [lldb] r121052 - /lldb/trunk/test/foundation/main.m

Johnny Chen johnny.chen at apple.com
Mon Dec 6 14:34:54 PST 2010


Author: johnny
Date: Mon Dec  6 16:34:54 2010
New Revision: 121052

URL: http://llvm.org/viewvc/llvm-project?rev=121052&view=rev
Log:
Modify Test_Selector's comment string, too.

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=121052&r1=121051&r2=121052&view=diff
==============================================================================
--- lldb/trunk/test/foundation/main.m (original)
+++ lldb/trunk/test/foundation/main.m Mon Dec  6 16:34:54 2010
@@ -52,7 +52,7 @@
 {
     SEL sel = @selector(length);
     printf("sel = %p\n", sel);
-    // Expressions to test here: 
+    // Expressions to test here for selector: 
     // expression (char *)sel_getName(sel)
     //      The expression above should return "sel" as it should be just
     //      a uniqued C string pointer. We were seeing the result pointer being





More information about the lldb-commits mailing list