diff options
-rw-r--r-- | test/SemaObjCXX/warn-strict-selector-match.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/SemaObjCXX/warn-strict-selector-match.mm b/test/SemaObjCXX/warn-strict-selector-match.mm index 71a3855089..6d315db27c 100644 --- a/test/SemaObjCXX/warn-strict-selector-match.mm +++ b/test/SemaObjCXX/warn-strict-selector-match.mm @@ -1,7 +1,5 @@ // RUN: %clang_cc1 -Wstrict-selector-match -fsyntax-only -verify %s -#include <objc/objc.h> - @interface Base - (id) meth1: (Base *)arg1; // expected-note {{using}} - (id) window; // expected-note {{using}} |