aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-11-06 23:02:51 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-11-06 23:02:51 +0000
commitca94634d8b243a1559a7f33135d89c3b4658c5f0 (patch)
tree2309263a7294a9b2ba08920753d6dc2d97919f29 /unittests
parent2dc57f42574c8b2cda72cae06c0220fd7fab8c0e (diff)
downloadclang-ca94634d8b243a1559a7f33135d89c3b4658c5f0.tar.gz
Disable a tooling test on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Tooling/ToolingTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/Tooling/ToolingTest.cpp b/unittests/Tooling/ToolingTest.cpp
index 096f688455..25df601df8 100644
--- a/unittests/Tooling/ToolingTest.cpp
+++ b/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