summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/unittests/Tooling/DependencyScannerTest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/unittests/Tooling/DependencyScannerTest.cpp b/clang/unittests/Tooling/DependencyScannerTest.cpp
index fa60d0a7524..eb4401db3e9 100644
--- a/clang/unittests/Tooling/DependencyScannerTest.cpp
+++ b/clang/unittests/Tooling/DependencyScannerTest.cpp
@@ -26,6 +26,8 @@
namespace clang {
namespace tooling {
+#ifndef _WIN32
+
namespace {
/// Prints out all of the gathered dependencies into a string.
@@ -114,5 +116,7 @@ TEST(DependencyScanner, ScanDepsReuseFilemanager) {
EXPECT_EQ(Files.getNumUniqueRealFiles(), 2u);
}
+#endif
+
} // end namespace tooling
} // end namespace clang
OpenPOWER on IntegriCloud