[cfe-commits] r66967 - /cfe/trunk/tools/ccc/test/ccc/universal-hello.c
Daniel Dunbar
daniel at zuster.org
Fri Mar 13 15:11:43 PDT 2009
Author: ddunbar
Date: Fri Mar 13 17:11:42 2009
New Revision: 66967
URL: http://llvm.org/viewvc/llvm-project?rev=66967&view=rev
Log:
Update test.
Modified:
cfe/trunk/tools/ccc/test/ccc/universal-hello.c
Modified: cfe/trunk/tools/ccc/test/ccc/universal-hello.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/ccc/test/ccc/universal-hello.c?rev=66967&r1=66966&r2=66967&view=diff
==============================================================================
--- cfe/trunk/tools/ccc/test/ccc/universal-hello.c (original)
+++ cfe/trunk/tools/ccc/test/ccc/universal-hello.c Fri Mar 13 17:11:42 2009
@@ -5,7 +5,7 @@
// RUN: %t | grep "Hello, World" &&
// Check that multiple archs are handled properly.
-// RUN: xcc -ccc-print-phases -### -arch ppc -arch ppc %s | grep linker- | count 1 &&
+// RUN: xcc -ccc-print-phases -### -arch ppc -arch ppc %s | grep 'linker,' | count 1 &&
// Check that -ccc-clang-archs is honored.
// RUN: xcc -ccc-clang-archs i386 -### -arch ppc -arch i386 %s 2>&1 | grep 'clang"' | count 1
More information about the cfe-commits
mailing list