summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-04-14 20:20:50 -0400
committerTim Hatch <tim@timhatch.com>2014-04-14 20:20:50 -0400
commit9e64dcd5115ef3daa1ed923fb2f99d1bfa0df9df (patch)
treec766f99ce92e44e6725def32cac93029964778ff /tests
parenta26518b3a05c107c2d29b8a54e6bf3ac542aaf68 (diff)
parent68442d00f2a26d4dcdc1c711405ca9939343bb34 (diff)
downloadpygments-9e64dcd5115ef3daa1ed923fb2f99d1bfa0df9df.tar.gz
Merged in jaingaurav2/pygments-main (pull request #307)
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/objc_example2.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/examplefiles/objc_example2.m b/tests/examplefiles/objc_example2.m
index 8cd9b060..b7a5a685 100644
--- a/tests/examplefiles/objc_example2.m
+++ b/tests/examplefiles/objc_example2.m
@@ -22,3 +22,6 @@
@synthesize lastModifiedDate;
// implementation continues
@end
+
++ (void)f1:(NSString *)s1;
++ (void)f2:(NSString *)s2;