diff options
-rw-r--r-- | test/Tooling/clang-check.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Tooling/clang-check.cpp b/test/Tooling/clang-check.cpp index f3ff43eee4..3c62487ddd 100644 --- a/test/Tooling/clang-check.cpp +++ b/test/Tooling/clang-check.cpp @@ -6,3 +6,6 @@ // FIXME: Make the above easier. invalid; // CHECK: C++ requires + +// FIXME: JSON doesn't like path separator '\', on Win32 hosts. +// XFAIL: mingw32,win32 |