summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/class-impl-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/class-impl-1.m')
-rw-r--r--clang/test/SemaObjC/class-impl-1.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/SemaObjC/class-impl-1.m b/clang/test/SemaObjC/class-impl-1.m
index dedce58d2c0..a3a185221b3 100644
--- a/clang/test/SemaObjC/class-impl-1.m
+++ b/clang/test/SemaObjC/class-impl-1.m
@@ -1,8 +1,8 @@
// RUN: clang -fsyntax-only -verify %s
-typedef int INTF3; // expected-error {{previous definition is here}}
+typedef int INTF3; // expected-note {{previous definition is here}}
-@interface SUPER @end // expected-error {{previous definition is here}}
+@interface SUPER @end // expected-note {{previous definition is here}}
@interface OBJECT @end
OpenPOWER on IntegriCloud