// // Copyright 2019 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. // #ifndef TEST_EXPECTATIONS_GPU_TEST_CONFIG_H_ #define TEST_EXPECTATIONS_GPU_TEST_CONFIG_H_ #include <common/bitset_utils.h> namespace angle { struct GPUTestConfig { … }; } // namespace angle #endif // TEST_EXPECTATIONS_GPU_TEST_CONFIG_H_