From: Chris Lattner Date: Thu, 12 Jul 2007 16:48:52 +0000 (+0000) Subject: update test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b80ec2192c74bf7927982759684bc736af0062c;p=clang update test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39784 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/recovery-1.c b/test/Parser/recovery-1.c index 4dd1af17f4..f40eb6278a 100644 --- a/test/Parser/recovery-1.c +++ b/test/Parser/recovery-1.c @@ -1,5 +1,5 @@ // RUN: clang -fsyntax-only -fno-caret-diagnostics -pedantic %s 2>&1 | grep warning | wc -l | grep 1 -// RUN: clang -parse-ast-check %s +// RUN: clang -parse-ast-check -pedantic %s char (((( /* expected-error {{to match this '('}} */ *X x ] )))); /* expected-error {{expected ')'}} */