chromium/net/third_party/quiche/overrides/quiche_platform_impl/quiche_expect_bug_impl.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_EXPECT_BUG_IMPL_H_
#define NET_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_EXPECT_BUG_IMPL_H_

#include "net/test/gtest_util.h"

#define EXPECT_QUICHE_BUG_IMPL
#define EXPECT_QUICHE_PEER_BUG_IMPL(statement, regex)

#endif  // NET_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_EXPECT_BUG_IMPL_H_