diff options
Diffstat (limited to 'clang/test/Tooling/clang-check.cpp')
| -rw-r--r-- | clang/test/Tooling/clang-check.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Tooling/clang-check.cpp b/clang/test/Tooling/clang-check.cpp index d197078805d..ff90b884173 100644 --- a/clang/test/Tooling/clang-check.cpp +++ b/clang/test/Tooling/clang-check.cpp @@ -1,6 +1,6 @@ // RUN: rm -rf %t // RUN: mkdir %t -// RUN: echo '[{"directory":".","command":"clang++ -c %t/test.cpp","file":"%t/test.cpp"}]' > %t/compile_commands.json +// RUN: echo '[{"directory":".","command":"clang++ -c %t/test.cpp","file":"%t/test.cpp"}]' | sed -e 's/\\/\//g' > %t/compile_commands.json // RUN: cp "%s" "%t/test.cpp" // RUN: clang-check "%t" "%t/test.cpp" 2>&1|FileCheck %s // FIXME: Make the above easier. @@ -8,5 +8,5 @@ // CHECK: C++ requires invalid; -// FIXME: JSON doesn't like path separator '\', on Win32 hosts. +// FIXME: This is incompatible to -fms-compatibility. // XFAIL: win32 |

