clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32.

Sorry for my 3rd commit :(

llvm-svn: 169827
This commit is contained in:
NAKAMURA Takumi 2012-12-11 07:23:52 +00:00
parent f8f4c9500e
commit c174b4dbbf
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
// CHECK: "-L{{.*}}/test1" // CHECK: "-L{{.*}}/test1"
// GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH. // GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH.
// XFAIL: win32
// REQUIRES: clang-driver // REQUIRES: clang-driver