chromium/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/component_export_pa_unittest.cc

// 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.

#include "partition_alloc/partition_alloc_base/component_export.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace partition_alloc::internal::base {
namespace {

ComponentExportTestPA;

#define IS_TEST_COMPONENT_A_IMPL
#define IS_TEST_COMPONENT_B_IMPL
#define IS_TEST_COMPONENT_C_IMPL
#define IS_TEST_COMPONENT_D_IMPL
#define IS_TEST_COMPONENT_E_IMPL

TEST(ComponentExportTestPA, ImportExport) {}

#undef IS_TEST_COMPONENT_A_IMPL
#undef IS_TEST_COMPONENT_B_IMPL
#undef IS_TEST_COMPONENT_C_IMPL
#undef IS_TEST_COMPONENT_D_IMPL
#undef IS_TEST_COMPONENT_E_IMPL

}  // namespace
}  // namespace partition_alloc::internal::base