From 2b80ec2192c74bf7927982759684bc736af0062c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Jul 2007 16:48:52 +0000 Subject: [PATCH] update test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39784 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Parser/recovery-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ')'}} */ -- 2.40.0