summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/warn-superclass-method-mismatch.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/warn-superclass-method-mismatch.m')
-rw-r--r--clang/test/SemaObjC/warn-superclass-method-mismatch.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/warn-superclass-method-mismatch.m b/clang/test/SemaObjC/warn-superclass-method-mismatch.m
index 5efe3e8d10e..f123a3f2dda 100644
--- a/clang/test/SemaObjC/warn-superclass-method-mismatch.m
+++ b/clang/test/SemaObjC/warn-superclass-method-mismatch.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -Wsuper-class-method-mismatch -verify %s
@interface Root
-(void) method_r: (char)ch : (float*)f1 : (int*) x; // expected-note {{previous declaration is here}}
OpenPOWER on IntegriCloud