From 8d1d62f6b5bb1a31210e56bcd85c12b65dff1149 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 20 Feb 2009 02:03:47 +0000 Subject: [PATCH] Use -verify for consistency. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65106 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/comptypes-8.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1