aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/warning-options_pedantic.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 07:06:09 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 07:06:09 +0000
commit5e4ccb4d19e0f62c5f9ddb506297e86e3f2fc21c (patch)
treeeafdf4f2ca107c8c41a30bd4221e60031f59df9f /test/Driver/warning-options_pedantic.cpp
parent007c44ccbd048472469514284697f23a58475f35 (diff)
clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used.
It is not set at targetting cygming. See PR12920. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/warning-options_pedantic.cpp')
-rw-r--r--test/Driver/warning-options_pedantic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/warning-options_pedantic.cpp b/test/Driver/warning-options_pedantic.cpp
index c6d11be73d..e40f7716f4 100644
--- a/test/Driver/warning-options_pedantic.cpp
+++ b/test/Driver/warning-options_pedantic.cpp
@@ -4,4 +4,4 @@
// RUN: %clang -### -pedantic -pedantic -no-pedantic -pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC %s
// RUN: %clang -### -pedantic -pedantic -no-pedantic -Wpedantic %s 2>&1 | FileCheck -check-prefix=NO_PEDANTIC %s
// PEDANTIC: -pedantic
-// XFAIL: cygwin,mingw32
+// REQUIRES: clang-driver