// Copyright 2010 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gpu/command_buffer/service/id_manager.h" #include "testing/gtest/include/gtest/gtest.h" namespace gpu { namespace gles2 { class IdManagerTest : public testing::Test { … }; TEST_F(IdManagerTest, Basic) { … } } // namespace gles2 } // namespace gpu