]> granicus.if.org Git - clang/commitdiff
Test had extra line which was masking actual failures.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 17 Mar 2009 23:30:47 +0000 (23:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 17 Mar 2009 23:30:47 +0000 (23:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67130 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/phases.c

index 3d5677bc88aef82ba57ca721c07890222dc0f963..f55cbc6755c1b490587b8593571211a8ef62c1c1 100644 (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