]> granicus.if.org Git - clang/commitdiff
update test
authorChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 16:48:52 +0000 (16:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 16:48:52 +0000 (16:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39784 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/recovery-1.c

index 4dd1af17f4626f5ce179ceeb66df245696490bef..f40eb6278a49befcf5af92894d0ffb7e624c2935 100644 (file)
@@ -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 ')'}} */