summaryrefslogtreecommitdiff
path: root/test/SemaObjC/no-warn-unimpl-method.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/no-warn-unimpl-method.m')
-rw-r--r--test/SemaObjC/no-warn-unimpl-method.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/no-warn-unimpl-method.m b/test/SemaObjC/no-warn-unimpl-method.m
index dd6e3ad4aa32d..174f70a4ee5c4 100644
--- a/test/SemaObjC/no-warn-unimpl-method.m
+++ b/test/SemaObjC/no-warn-unimpl-method.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify %s
+// expected-no-diagnostics
// This program tests that if class implements the forwardInvocation method, then
// every method possible is implemented in the class and should not issue
// warning of the "Method definition not found" kind. */