#include "quiche/http2/test_tools/hpack_example.h" #include <string> // Tests of HpackExampleToStringOrDie. #include "quiche/common/platform/api/quiche_test.h" namespace http2 { namespace test { namespace { TEST(HpackExampleToStringOrDie, GoodInput) { … } #ifdef GTEST_HAS_DEATH_TEST TEST(HpackExampleToStringOrDie, InvalidInput) { … } #endif } // namespace } // namespace test } // namespace http2