diff options
| -rw-r--r-- | clang/unittests/Tooling/ToolingTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/unittests/Tooling/ToolingTest.cpp b/clang/unittests/Tooling/ToolingTest.cpp index 096f6884554..25df601df82 100644 --- a/clang/unittests/Tooling/ToolingTest.cpp +++ b/clang/unittests/Tooling/ToolingTest.cpp @@ -282,6 +282,7 @@ TEST(ClangToolTest, ArgumentAdjusters) { EXPECT_FALSE(Found); } +#ifndef _WIN32 TEST(ClangToolTest, BuildASTs) { FixedCompilationDatabase Compilations("/", std::vector<std::string>()); @@ -299,6 +300,7 @@ TEST(ClangToolTest, BuildASTs) { llvm::DeleteContainerPointers(ASTs); } +#endif } // end namespace tooling } // end namespace clang |

