blob: 313823c31aa71392e63cf2fd81c807a2043502e4 [file] [log] [blame]
QUICHE team53f08a32019-04-15 14:47:31 -04001// Copyright (c) 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef QUICHE_EPOLL_SERVER_PLATFORM_API_EPOLL_EXPECT_BUG_H_
6#define QUICHE_EPOLL_SERVER_PLATFORM_API_EPOLL_EXPECT_BUG_H_
7
bnc5231ee22019-04-15 19:02:13 -07008#include "net/tools/epoll_server/platform/impl/epoll_expect_bug_impl.h"
QUICHE team53f08a32019-04-15 14:47:31 -04009
10#define EXPECT_EPOLL_BUG EXPECT_EPOLL_BUG_IMPL
11
12#endif // QUICHE_EPOLL_SERVER_PLATFORM_API_EPOLL_EXPECT_BUG_H_