summaryrefslogtreecommitdiffstats
path: root/test/Driver
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
commite1fde1d8e31417889fe18a22bdd7b2fbb0f84f25 (patch)
treee67a845304b340f42eeba5e5015c16c33820e90f /test/Driver
parente23d0b2a6aa158d50c4c50fb1007be7b8dbc449e (diff)
Simplify test a bit now that it's not actually running cc1plus.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver')
-rw-r--r--test/Driver/apple-kext-i386.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Driver/apple-kext-i386.cpp b/test/Driver/apple-kext-i386.cpp
index a09d6a6c9d..c11a1361a1 100644
--- a/test/Driver/apple-kext-i386.cpp
+++ b/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