[cfe-commits] r39784 - /cfe/trunk/test/Parser/recovery-1.c

Chris Lattner sabre at nondot.org
Thu Jul 12 09:48:52 PDT 2007


Author: lattner
Date: Thu Jul 12 11:48:52 2007
New Revision: 39784

URL: http://llvm.org/viewvc/llvm-project?rev=39784&view=rev
Log:
update test


Modified:
    cfe/trunk/test/Parser/recovery-1.c

Modified: cfe/trunk/test/Parser/recovery-1.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/recovery-1.c?rev=39784&r1=39783&r2=39784&view=diff

==============================================================================
--- cfe/trunk/test/Parser/recovery-1.c (original)
+++ cfe/trunk/test/Parser/recovery-1.c Thu Jul 12 11:48:52 2007
@@ -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 ')'}} */





More information about the cfe-commits mailing list