// Copyright 2019 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/fx_memory_wrappers.h" #include <memory> #include <sstream> #include <string> #include <vector> #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" namespace { struct OnlyNumbers { … }; } // namespace FX_DATA_PARTITION_EXCEPTION(OnlyNumbers); TEST(fxcrt, FxFreeDeleter) { … } TEST(fxcrt, FxAllocAllocator) { … } TEST(fxcrt, FxStringAllocator) { … } TEST(fxcrt, FxAllocAllocatorStructException) { … }