From 159715fbbe9c018c9e374a880a92bd55514a9c18 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 13 Mar 2009 22:11:42 +0000 Subject: [PATCH] Update test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66967 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/ccc/test/ccc/universal-hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ccc/test/ccc/universal-hello.c b/tools/ccc/test/ccc/universal-hello.c index 1645b1aefc..65560ecf87 100644 --- a/tools/ccc/test/ccc/universal-hello.c +++ b/tools/ccc/test/ccc/universal-hello.c @@ -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