aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/chain-selectors2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/chain-selectors2.h')
-rw-r--r--test/PCH/Inputs/chain-selectors2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/Inputs/chain-selectors2.h b/test/PCH/Inputs/chain-selectors2.h
index 973fc107e90e..d54244de617b 100644
--- a/test/PCH/Inputs/chain-selectors2.h
+++ b/test/PCH/Inputs/chain-selectors2.h
@@ -1,6 +1,6 @@
@interface Y
-(void)f;
- -(double)f2;
+ -(void)f2;
-(void)e;
@end