// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "core/fxcrt/string_pool_template.h" #include "core/fxcrt/fx_string.h" #include "testing/gtest/include/gtest/gtest.h" namespace fxcrt { TEST(StringPool, ByteString) { … } TEST(StringPool, WideString) { … } } // namespace fxcrt