summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/ToolingTest.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-13 00:18:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-13 00:18:50 +0000
commitd3b07c656978001d2d2e79fbf6c3a6a3ec82e3e7 (patch)
tree8ce3154b1a00bea9df7fb4a945d1299dcd0b0a00 /clang/unittests/Tooling/ToolingTest.cpp
parent04999041e8bc1ec6ea34223236cd938415bb3c39 (diff)
downloadbcm5719-llvm-d3b07c656978001d2d2e79fbf6c3a6a3ec82e3e7.tar.gz
bcm5719-llvm-d3b07c656978001d2d2e79fbf6c3a6a3ec82e3e7.zip
unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handling of virtual file, such "/a.cc".
llvm-svn: 194534
Diffstat (limited to 'clang/unittests/Tooling/ToolingTest.cpp')
-rw-r--r--clang/unittests/Tooling/ToolingTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/ToolingTest.cpp b/clang/unittests/Tooling/ToolingTest.cpp
index 2afe9292f5f..2c4a8a7a156 100644
--- a/clang/unittests/Tooling/ToolingTest.cpp
+++ b/clang/unittests/Tooling/ToolingTest.cpp
@@ -300,7 +300,6 @@ TEST(ClangToolTest, BuildASTs) {
llvm::DeleteContainerPointers(ASTs);
}
-#endif
struct TestDiagnosticConsumer : public DiagnosticConsumer {
TestDiagnosticConsumer() : NumDiagnosticsSeen(0) {}
@@ -332,6 +331,7 @@ TEST(ClangToolTest, InjectDiagnosticConsumerInBuildASTs) {
EXPECT_EQ(1u, ASTs.size());
EXPECT_EQ(1u, Consumer.NumDiagnosticsSeen);
}
+#endif
} // end namespace tooling
} // end namespace clang
OpenPOWER on IntegriCloud