Revert r158423 corresponding to r158796, "test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed with gcc-as driver. PR12920"

llvm-svn: 158915
This commit is contained in:
NAKAMURA Takumi 2012-06-21 12:45:24 +00:00
parent 9573c48aae
commit 84f133d69f
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,3 @@
// CHECK: unknown warning option '-Wmonkey'
// CHECK: unknown warning option '-Wno-monkey'
// CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-command-line-argument'?
// PR12920: They use gcc driver. Clang tends to pass -pedantic to gcc-as and gcc-ld.
// XFAIL: cygwin,mingw32