summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/class-extension-dup-methods.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/class-extension-dup-methods.m')
-rw-r--r--test/SemaObjC/class-extension-dup-methods.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/class-extension-dup-methods.m b/test/SemaObjC/class-extension-dup-methods.m
index 452d242..692ff8c 100644
--- a/test/SemaObjC/class-extension-dup-methods.m
+++ b/test/SemaObjC/class-extension-dup-methods.m
@@ -1,9 +1,9 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
@interface Foo
-- (int) garf; // expected-note {{ previous declaration is here}}
+- (int) garf; // expected-note {{previous declaration is here}}
- (int) OK;
-+ (int) cgarf; // expected-note {{ previous declaration is here}}
++ (int) cgarf; // expected-note {{previous declaration is here}}
- (int) InstMeth;
@end
OpenPOWER on IntegriCloud