From: Chris Lattner Date: Thu, 26 Jul 2007 05:59:05 +0000 (+0000) Subject: don't expect to be able to reparse arbitrary system headers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eca996743d1bc6681c18bbf146590fa4ee7b2b00;p=clang don't expect to be able to reparse arbitrary system headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40511 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/char-literal-printing.c b/test/Parser/char-literal-printing.c index d6a2f90b21..67196598d1 100644 --- a/test/Parser/char-literal-printing.c +++ b/test/Parser/char-literal-printing.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast-print %s 2>&1 | clang -parse-ast-print +// RUN: clang -parse-ast-print %s #include