Revert "[lldb] [test] Disable new CommunicationTests on Windows"

This reverts commit d38985a36b.
because I'm also reverting D131758.
This commit is contained in:
Adrian Prantl 2022-08-19 09:21:55 -07:00
parent 4bff1037bb
commit 00c4852561
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
using namespace lldb_private;
#ifndef _WIN32
static void CommunicationReadTest(bool use_read_thread) {
Pipe pipe;
ASSERT_THAT_ERROR(pipe.CreateNew(/*child_process_inherit=*/false).ToError(),
@ -88,6 +87,7 @@ TEST(CommunicationTest, ReadThread) {
CommunicationReadTest(/*use_thread=*/true);
}
#ifndef _WIN32
TEST(CommunicationTest, SynchronizeWhileClosing) {
// Set up a communication object reading from a pipe.
Pipe pipe;