summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-04-04 14:43:40 +0000
committerBob Wilson <bob.wilson@apple.com>2012-04-04 14:43:40 +0000
commit8c9356b3d890cd107922941fa1e65c03b6a3e4ad (patch)
treeb59baf0d14f5f112376dda816b7d6c9cc1c01bb6
parent67458e36963cd01a91989c6afc34b6104395958c (diff)
downloadbcm5719-llvm-8c9356b3d890cd107922941fa1e65c03b6a3e4ad.tar.gz
bcm5719-llvm-8c9356b3d890cd107922941fa1e65c03b6a3e4ad.zip
Simplify test a bit now that it's not actually running cc1plus.
llvm-svn: 154018
-rw-r--r--clang/test/Driver/apple-kext-i386.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Driver/apple-kext-i386.cpp b/clang/test/Driver/apple-kext-i386.cpp
index a09d6a6c9d4..c11a1361a1a 100644
--- a/clang/test/Driver/apple-kext-i386.cpp
+++ b/clang/test/Driver/apple-kext-i386.cpp
@@ -43,8 +43,7 @@
// Check that --serialize-diagnostics does not cause an "argument unused" error.
// RUN: %clang -target i386-apple-darwin10 \
-// RUN: -Werror -Wall -Wno-comment -fapple-kext -### \
-// RUN: --serialize-diagnostics %t.dia -c %s 2>&1 | \
+// RUN: -Wall -fapple-kext -### --serialize-diagnostics %t.dia -c %s 2>&1 | \
// RUN: FileCheck --check-prefix=CHECK-UNUSED %s
// CHECK-UNUSED-NOT: argument unused
OpenPOWER on IntegriCloud