Modify Test_Selector's comment string, too.

llvm-svn: 121052
This commit is contained in:
Johnny Chen 2010-12-06 22:34:54 +00:00
parent 3a820b5e54
commit 35986634bc
1 changed files with 1 additions and 1 deletions

View File

@ -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