diff options
Diffstat (limited to 'test/PCH/objc_methods.m')
| -rw-r--r-- | test/PCH/objc_methods.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/objc_methods.m b/test/PCH/objc_methods.m index 3311813c98dff..e90a463dce6b2 100644 --- a/test/PCH/objc_methods.m +++ b/test/PCH/objc_methods.m @@ -12,5 +12,5 @@ void func() { // AliasForTestPCH *zz; xx = [TestPCH alloc]; - [xx init]; + [xx instMethod]; } |
