diff options
-rw-r--r-- | clang-tools-extra/test/clang-tidy/empty-database.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/empty-database.cpp b/clang-tools-extra/test/clang-tidy/empty-database.cpp index f33bbbecb00..b8707d6caae 100644 --- a/clang-tools-extra/test/clang-tidy/empty-database.cpp +++ b/clang-tools-extra/test/clang-tidy/empty-database.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: system-windows + // RUN: not clang-tidy -p %S/Inputs/empty-database %s 2>&1 | FileCheck %s // CHECK: LLVM ERROR: Cannot chdir into ""! |