diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-13 00:18:50 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-13 00:18:50 +0000 |
| commit | d3b07c656978001d2d2e79fbf6c3a6a3ec82e3e7 (patch) | |
| tree | 8ce3154b1a00bea9df7fb4a945d1299dcd0b0a00 /clang/unittests/Tooling/ToolingTest.cpp | |
| parent | 04999041e8bc1ec6ea34223236cd938415bb3c39 (diff) | |
| download | bcm5719-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.cpp | 2 |
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 |

