summaryrefslogtreecommitdiffstats
path: root/test/PCH/objc_methods.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/objc_methods.h')
-rw-r--r--test/PCH/objc_methods.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/objc_methods.h b/test/PCH/objc_methods.h
index 4c6b1e1..bd77535 100644
--- a/test/PCH/objc_methods.h
+++ b/test/PCH/objc_methods.h
@@ -2,7 +2,7 @@
@interface TestPCH
+ alloc;
-- (void)instMethod;
+- (id)init;
@end
@class TestForwardClassDecl;
OpenPOWER on IntegriCloud