diff options
-rw-r--r-- | test/SemaObjC/comptypes-8.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/comptypes-8.m b/test/SemaObjC/comptypes-8.m index c22e88c880..d13ba385d8 100644 --- a/test/SemaObjC/comptypes-8.m +++ b/test/SemaObjC/comptypes-8.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only %s +// RUN: clang -fsyntax-only -verify %s @protocol MyProtocol @end |