summaryrefslogtreecommitdiffstats
path: root/test/Tooling/clang-check-args.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tooling/clang-check-args.cpp')
-rw-r--r--test/Tooling/clang-check-args.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/Tooling/clang-check-args.cpp b/test/Tooling/clang-check-args.cpp
index a14fc7b..9ba5d45 100644
--- a/test/Tooling/clang-check-args.cpp
+++ b/test/Tooling/clang-check-args.cpp
@@ -1,8 +1,7 @@
-// RUN: clang-check . "%s" -- -c 2>&1 | FileCheck %s
+// RUN: clang-check "%s" -- -c 2>&1 | FileCheck %s
// 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
+// FIXME: This is incompatible to -fms-compatibility.
+// XFAIL: win32
OpenPOWER on IntegriCloud