Disable a tooling test on Windows.

llvm-svn: 194178
This commit is contained in:
Peter Collingbourne 2013-11-06 23:02:51 +00:00
parent 471c00cfcb
commit 671a1e4b37
1 changed files with 2 additions and 0 deletions

View File

@ -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