diff options
Diffstat (limited to 'llvm/unittests/TextAPI/TextStubV1Tests.cpp')
-rw-r--r-- | llvm/unittests/TextAPI/TextStubV1Tests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/unittests/TextAPI/TextStubV1Tests.cpp b/llvm/unittests/TextAPI/TextStubV1Tests.cpp index 165e58f09d5..54c0ff24199 100644 --- a/llvm/unittests/TextAPI/TextStubV1Tests.cpp +++ b/llvm/unittests/TextAPI/TextStubV1Tests.cpp @@ -147,8 +147,6 @@ TEST(TBDv1, ReadFile2) { EXPECT_EQ(0U, File->reexportedLibraries().size()); } -// Disable test for windows. -#ifndef _WIN32 TEST(TBDv1, WriteFile) { static const char tbd_v1_file3[] = "---\n" @@ -214,7 +212,6 @@ TEST(TBDv1, Platform_macOS) { EXPECT_EQ(FileType::TBD_V1, File->getFileType()); EXPECT_EQ(PlatformKind::macOS, File->getPlatform()); } -#endif // _WIN32 TEST(TBDv1, Platform_iOS) { static const char tbd_v1_platform_ios[] = "---\n" |