diff options
Diffstat (limited to 'test/Parser/enhanced-proto-1.m')
-rw-r--r-- | test/Parser/enhanced-proto-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/enhanced-proto-1.m b/test/Parser/enhanced-proto-1.m index a3819f3a1958..fa6e4138f1c1 100644 --- a/test/Parser/enhanced-proto-1.m +++ b/test/Parser/enhanced-proto-1.m @@ -4,7 +4,7 @@ @optional - (void) FOO; @optional -- (void) FOO; +- (void) FOO1; @required - (void) REQ; @optional |