summaryrefslogtreecommitdiff
path: root/test/SemaObjC/nowarn-superclass-method-mismatch.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/nowarn-superclass-method-mismatch.m')
-rw-r--r--test/SemaObjC/nowarn-superclass-method-mismatch.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/nowarn-superclass-method-mismatch.m b/test/SemaObjC/nowarn-superclass-method-mismatch.m
index b211cdea37..d522e899eb 100644
--- a/test/SemaObjC/nowarn-superclass-method-mismatch.m
+++ b/test/SemaObjC/nowarn-superclass-method-mismatch.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -Wsuper-class-method-mismatch -verify %s
+// expected-no-diagnostics
// rdar://11793793
@class NSString;