summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-13 21:11:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-13 21:11:28 +0000
commitd064502da3857a2de3c442d29c233cba08db4256 (patch)
treebc8a357d8406baea4446a670e16dff42df29d081 /clang
parent6675aed5597e11b4e3378b0e680b797c6ca06992 (diff)
downloadbcm5719-llvm-d064502da3857a2de3c442d29c233cba08db4256.tar.gz
bcm5719-llvm-d064502da3857a2de3c442d29c233cba08db4256.zip
ccc: Fix a test case.
llvm-svn: 62183
Diffstat (limited to 'clang')
-rw-r--r--clang/tools/ccc/test/ccc/Xarch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/ccc/test/ccc/Xarch.c b/clang/tools/ccc/test/ccc/Xarch.c
index 9c0ebde2db4..0c0eee01219 100644
--- a/clang/tools/ccc/test/ccc/Xarch.c
+++ b/clang/tools/ccc/test/ccc/Xarch.c
@@ -1,8 +1,8 @@
// RUN: xcc -### -fsyntax-only -Xarch_i386 -Wall -Xarch_ppc -Wunused -arch i386 -arch ppc %s &> %t &&
// RUN: grep '"-Xarch"' %t | count 0 &&
// RUN: grep '"-Wall"' %t | count 1 &&
-// RUN: grep 'i686-apple' %t | grep '"-m32"' | count 1 &&
-// RUN: grep '"-Wall"' %t | grep 'i686-apple' | grep '"-m32"' | count 1 &&
+// RUN: grep 'i686-apple' %t | grep -v '"-m64"' | count 1 &&
+// RUN: grep '"-Wall"' %t | grep 'i686-apple' | grep -v '"-m64"' | count 1 &&
// RUN: grep '"-Wunused"' %t | count 1 &&
// RUN: grep '"-arch" "ppc"' %t | count 1 &&
// RUN: grep '"-Wunused"' %t | grep '"-arch" "ppc"' | count 1
OpenPOWER on IntegriCloud