// Copyright 2018 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/widetext_buffer.h" #include <utility> #include "testing/gtest/include/gtest/gtest.h" namespace fxcrt { TEST(WideTextBuffer, EmptyBuf) { … } TEST(WideTextBuffer, OperatorLtLt) { … } TEST(WideTextBuffer, Deletion) { … } TEST(WideTextBuffer, Move) { … } } // namespace fxcrt