diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-05-23 22:24:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-05-23 22:24:33 +0000 |
commit | d89a8c1e84679756e013160fef0980fb70830974 (patch) | |
tree | 92fd9445c40b2b8b31bd315e7c3d498b1e588717 | |
parent | 8cf93ec4e49ebd7feca76402a0be56cf72871c3b (diff) |
clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incompatible to -fms-compatibility.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157352 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Tooling/clang-check-args.cpp | 2 | ||||
-rw-r--r-- | test/Tooling/multi-jobs.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Tooling/clang-check-args.cpp b/test/Tooling/clang-check-args.cpp index 604dec98fc..ab1585f073 100644 --- a/test/Tooling/clang-check-args.cpp +++ b/test/Tooling/clang-check-args.cpp @@ -3,5 +3,5 @@ // CHECK: C++ requires invalid; -// FIXME: JSON doesn't like path separator '\', on Win32 hosts. +// FIXME: This is incompatible to -fms-compatibility. // XFAIL: win32 diff --git a/test/Tooling/multi-jobs.cpp b/test/Tooling/multi-jobs.cpp index a804b40d8a..1de56345cf 100644 --- a/test/Tooling/multi-jobs.cpp +++ b/test/Tooling/multi-jobs.cpp @@ -3,5 +3,5 @@ // CHECK: C++ requires invalid; -// FIXME: JSON doesn't like path separator '\', on Win32 hosts. +// FIXME: This is incompatible to -fms-compatibility. // XFAIL: win32 |