Test had extra line which was masking actual failures.

llvm-svn: 67130
This commit is contained in:
Daniel Dunbar 2009-03-17 23:30:47 +00:00
parent 8904d1adda
commit ebfef240ae
1 changed files with 2 additions and 3 deletions

View File

@ -62,9 +62,8 @@
// Precompiler
// RUN: clang-driver -ccc-host-triple i386-unknown-unknown -ccc-print-phases -x c-header %s &> %t &&
// RUN: grep '0: input, ".*phases.c", c' %t &&
// RUN: grep -F '1: preprocessor, {0}, cpp-output' %t &&
// RUN: grep '0: input, ".*phases.c", c-header' %t &&
// RUN: grep -F '1: preprocessor, {0}, c-header-cpp-output' %t &&
// RUN: grep -F '2: precompiler, {1}, precompiled-header' %t &&
// RUN: clang-driver
// RUN: true