Files
compute-runtime/shared/test/common/helpers/unit_test_setter.cpp
Kamil Kopryk c09d5b383f test: disable heapless or heapless state init in inappropriate ults
Related-To: NEO-10641
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2024-07-30 17:36:52 +02:00

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