blob: 331886ea0fb4aac01f48196873ac85f599c7e0eb [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <gtest/gtest.h>
namespace diagnostics {
namespace {
class CrosHealthdMojoAdapterImplTest : public testing::Test {
protected:
CrosHealthdMojoAdapterImplTest() = default;
CrosHealthdMojoAdapterImplTest(const CrosHealthdMojoAdapterImplTest&) =
delete;
CrosHealthdMojoAdapterImplTest& operator=(
const CrosHealthdMojoAdapterImplTest&) = delete;
};
} // namespace
} // namespace diagnostics