diff options
author | Juergen Ributzka <juergen@ributzka.de> | 2019-08-12 19:51:34 +0000 |
---|---|---|
committer | Juergen Ributzka <juergen@ributzka.de> | 2019-08-12 19:51:34 +0000 |
commit | d9bc9c81611705c121135fb7449ebcbba74fae33 (patch) | |
tree | f1db4d220745da56d8c2f1bfaa27591b6e4fd8d1 /llvm/unittests/TextAPI/TextStubV2Tests.cpp | |
parent | 055fcec78cf6026719af4966c7568e39c1229d2d (diff) | |
download | bcm5719-llvm-d9bc9c81611705c121135fb7449ebcbba74fae33.tar.gz bcm5719-llvm-d9bc9c81611705c121135fb7449ebcbba74fae33.zip |
Revert "Disable MachO TBD write tests for Windows."
The underlying issue was fixed in r357759.
llvm-svn: 368611
Diffstat (limited to 'llvm/unittests/TextAPI/TextStubV2Tests.cpp')
-rw-r--r-- | llvm/unittests/TextAPI/TextStubV2Tests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/unittests/TextAPI/TextStubV2Tests.cpp b/llvm/unittests/TextAPI/TextStubV2Tests.cpp index b4b8ca9b91e..80c1a71b2fd 100644 --- a/llvm/unittests/TextAPI/TextStubV2Tests.cpp +++ b/llvm/unittests/TextAPI/TextStubV2Tests.cpp @@ -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" |