diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-05-16 17:37:56 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-05-16 17:37:56 +0000 |
commit | be8becc4ef129609445aab3262a54ac8d7a77388 (patch) | |
tree | f40e0fbcbfc13ad6da6b544115bbc1e257510e94 /test/Tooling | |
parent | d57f52ca4d0e9d5d42dd6947d1e66d693625cf2c (diff) |
clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell".
This passes on MSYS bash and Cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Tooling')
-rw-r--r-- | test/Tooling/clang-check-pwd.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Tooling/clang-check-pwd.cpp b/test/Tooling/clang-check-pwd.cpp index cb94344203..a8047a903e 100644 --- a/test/Tooling/clang-check-pwd.cpp +++ b/test/Tooling/clang-check-pwd.cpp @@ -8,6 +8,4 @@ // CHECK: C++ requires invalid; -// FIXME: JSON doesn't like path separator '\', on Win32 hosts. -// FIXME: clang-check doesn't like gcc driver on cygming. -// XFAIL: cygwin,mingw32,win32 +// REQUIRES: shell |