diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-12-06 22:34:54 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-06 22:34:54 +0000 |
commit | 35986634bcc52f7e819b89045fd03b8bd80df047 (patch) | |
tree | ec9bab0ddbbdf9658d23a92edf2bdebf2f96624a | |
parent | 3a820b5e544b3ce3922ce29f24ae3a3ac5232970 (diff) | |
download | bcm5719-llvm-35986634bcc52f7e819b89045fd03b8bd80df047.tar.gz bcm5719-llvm-35986634bcc52f7e819b89045fd03b8bd80df047.zip |
Modify Test_Selector's comment string, too.
llvm-svn: 121052
-rw-r--r-- | lldb/test/foundation/main.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/foundation/main.m b/lldb/test/foundation/main.m index 698d4e72f9d..2044b5df3db 100644 --- a/lldb/test/foundation/main.m +++ b/lldb/test/foundation/main.m @@ -52,7 +52,7 @@ Test_Selector () { 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 |