]> granicus.if.org Git - clang/commitdiff
Update test.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 22:11:42 +0000 (22:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 22:11:42 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66967 91177308-0d34-0410-b5e6-96231b3b80d8

tools/ccc/test/ccc/universal-hello.c

index 1645b1aefc309a5cea4e0e73478bb5749935f9d9..65560ecf8720b288ac1e70f54ed1cca3bb886e2a 100644 (file)
@@ -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