diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-02-20 02:03:47 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-02-20 02:03:47 +0000 |
commit | 8d1d62f6b5bb1a31210e56bcd85c12b65dff1149 (patch) | |
tree | 594d6cf5c86125c86c642adee4b5911cc7abddd5 | |
parent | e8761c8fe2ee6b628104a0885f49fd3c21c08a4f (diff) |
Use -verify for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65106 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |