1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Revert "Disable MachO TBD write tests for Windows."

The underlying issue was fixed in r357759.

llvm-svn: 368611
This commit is contained in:
Juergen Ributzka 2019-08-12 19:51:34 +00:00
parent 3be53dbcae
commit 6999d51166
2 changed files with 0 additions and 6 deletions

View File

@ -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"

View File

@ -171,8 +171,6 @@ TEST(TBDv2, ReadFile2) {
EXPECT_EQ(0U, File->reexportedLibraries().size());
}
// Disable test for windows.
#ifndef _WIN32
TEST(TBDv2, WriteFile) {
static const char tbd_v2_file3[] =
"--- !tapi-tbd-v2\n"
@ -224,7 +222,6 @@ TEST(TBDv2, WriteFile) {
EXPECT_FALSE(Result);
EXPECT_STREQ(tbd_v2_file3, Buffer.c_str());
}
#endif // _WIN32
TEST(TBDv2, Platform_macOS) {
static const char tbd_v1_platform_macos[] = "--- !tapi-tbd-v2\n"