diff options
-rw-r--r-- | lldb/unittests/Host/MainLoopTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/unittests/Host/MainLoopTest.cpp b/lldb/unittests/Host/MainLoopTest.cpp index 7d5421aa345..240c6fcd534 100644 --- a/lldb/unittests/Host/MainLoopTest.cpp +++ b/lldb/unittests/Host/MainLoopTest.cpp @@ -102,9 +102,6 @@ TEST_F(MainLoopTest, TerminatesImmediately) { } #ifdef LLVM_ON_UNIX -// NetBSD currently does not report slave pty EOF via kevent -// causing this test to hang forever. -#ifndef __NetBSD__ TEST_F(MainLoopTest, DetectsEOF) { PseudoTerminal term; @@ -123,7 +120,6 @@ TEST_F(MainLoopTest, DetectsEOF) { ASSERT_TRUE(loop.Run().Success()); ASSERT_EQ(1u, callback_count); } -#endif TEST_F(MainLoopTest, Signal) { MainLoop loop; |