aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-conflict-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/method-conflict-1.m')
-rw-r--r--test/SemaObjC/method-conflict-1.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/method-conflict-1.m b/test/SemaObjC/method-conflict-1.m
index ca91ebdef237..654cd0166fb5 100644
--- a/test/SemaObjC/method-conflict-1.m
+++ b/test/SemaObjC/method-conflict-1.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
+// expected-no-diagnostics
// This test case tests the default behavior.