blob: 752886bb51458daa9abaefcbb225f360f40c5393 [file] [log] [blame]
// Copyright 2025 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/client/internal/mappable_buffer_ahb.h"
#include "gpu/command_buffer/client/internal/mappable_buffer_test_template.h"
namespace gpu {
namespace {
INSTANTIATE_TYPED_TEST_SUITE_P(MappableBufferAHB,
MappableBufferTest,
MappableBufferAHB);
} // namespace
} // namespace gpu