// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/enterprise/connectors/device_trust/common/common_types.h" #include <array> #include "testing/gtest/include/gtest/gtest.h" namespace enterprise_connectors { struct AttestationResultTest { … }; TEST(CommonTypes, AttestationResults) { … } } // namespace enterprise_connectors