summaryrefslogtreecommitdiffstats
path: root/test/Driver/warning-options_pedantic.cpp
diff options
context:
space:
mode:
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 c6d11be..e40f771 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
OpenPOWER on IntegriCloud