summaryrefslogtreecommitdiffstats
path: root/adb/socket_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'adb/socket_test.cpp')
-rw-r--r--adb/socket_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/adb/socket_test.cpp b/adb/socket_test.cpp
index 44d327659..6b400565f 100644
--- a/adb/socket_test.cpp
+++ b/adb/socket_test.cpp
@@ -209,7 +209,6 @@ TEST_F(LocalSocketTest, write_error_when_having_packets) {
TerminateThread(thread);
}
-#if 0
// Ensure that if we fail to write output to an fd, we will still flush data coming from it.
TEST_F(LocalSocketTest, flush_after_shutdown) {
int head_fd[2];
@@ -248,7 +247,6 @@ TEST_F(LocalSocketTest, flush_after_shutdown) {
ASSERT_EQ(GetAdditionalLocalSocketCount(), fdevent_installed_count());
TerminateThread(thread);
}
-#endif
#if defined(__linux__)