From 6b66081626fc6711ec1ed8f6ab016c8ca2aa08fb Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 12 Oct 2010 21:24:25 +0000 Subject: [PATCH] Forgor to also check in this change with r116337. llvm-svn: 116340 --- lldb/test/foundation/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/foundation/main.m b/lldb/test/foundation/main.m index 254e283ce737..dff265cf6742 100644 --- a/lldb/test/foundation/main.m +++ b/lldb/test/foundation/main.m @@ -38,7 +38,7 @@ int main (int argc, char const *argv[]) MyString *my = [[MyString alloc] initWithNSString:str]; NSLog(@"MyString instance: %@", [my description]); - id str_id = str; + id str_id = str; // Set break point at this line. SEL sel = @selector(length); BOOL responds = [str respondsToSelector:sel]; printf("sizeof(id) = %zu\n", sizeof(id));