aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-06-22 15:25:41 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-06-22 15:25:41 -0700
commitfcb304f493f72fa5e487b364f78126e01c550288 (patch)
tree2c6c02016486040a3955af6d66160d9eddb05a9f /test/core/iomgr
parent76a0795b73ad2632c435fc338bb49368d1d68d9f (diff)
Compilation failure
Diffstat (limited to 'test/core/iomgr')
-rw-r--r--test/core/iomgr/ev_epoll_linux_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/core/iomgr/ev_epoll_linux_test.c b/test/core/iomgr/ev_epoll_linux_test.c
index 66a69f52cd..2547dc9871 100644
--- a/test/core/iomgr/ev_epoll_linux_test.c
+++ b/test/core/iomgr/ev_epoll_linux_test.c
@@ -239,4 +239,6 @@ int main(int argc, char **argv) {
grpc_iomgr_shutdown();
return 0;
}
-#endif /* defined(GPR_LINUX_EPOLL) */
+#else /* defined(GPR_LINUX_EPOLL) */
+int main(int argc, char **argv) { return 0; }
+#endif /* !defined(GPR_LINUX_EPOLL) */