]> granicus.if.org Git - clang/commitdiff
Simplify test a bit now that it's not actually running cc1plus.
authorBob Wilson <bob.wilson@apple.com>
Wed, 4 Apr 2012 14:43:40 +0000 (14:43 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 4 Apr 2012 14:43:40 +0000 (14:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154018 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/apple-kext-i386.cpp

index a09d6a6c9d458b05234031be9f2f0137bd5dc197..c11a1361a1a3253cc708d5e617fb0f848ddcff62 100644 (file)
@@ -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