mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:17:05 +08:00
18 lines
457 B
C++
18 lines
457 B
C++
/*
|
|
* Copyright (C) 2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/common/helpers/debug_manager_state_restore.h"
|
|
#include "shared/test/common/helpers/unit_test_helper.h"
|
|
|
|
namespace NEO {
|
|
|
|
void UnitTestSetter::disableHeapless([[maybe_unused]] const DebugManagerStateRestore &restorer){};
|
|
|
|
void UnitTestSetter::disableHeaplessStateInit([[maybe_unused]] const DebugManagerStateRestore &restorer){};
|
|
|
|
} // namespace NEO
|