diff options
Diffstat (limited to 'test/Driver/warning-options_pedantic.cpp')
-rw-r--r-- | test/Driver/warning-options_pedantic.cpp | 2 |
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 |