// // Copyright 2015 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // bitset_utils_unittest: // Tests bitset helpers and custom classes. // #include <array> #include <gtest/gtest.h> #include "common/bitset_utils.h" usingnamespaceangle; namespace … // anonymous namespace