fix: adjust tests to enabled global allocator 8/n

Related-To: NEO-7063
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwoliński
2024-08-08 12:55:44 +00:00
committed by Compute-Runtime-Automation
parent c42d0fbe49
commit 652cff7a86
3 changed files with 16 additions and 1 deletions

View File

@@ -100,7 +100,6 @@ struct RootDeviceEnvironment : NonCopyableClass {
std::unique_ptr<OSInterface> osInterface;
std::unique_ptr<MemoryOperationsHandler> memoryOperationsInterface;
std::unique_ptr<AubCenter> aubCenter;
std::unique_ptr<BindlessHeapsHelper> bindlessHeapsHelper;
std::unique_ptr<OSTime> osTime;
std::unique_ptr<CompilerInterface> compilerInterface;
@@ -113,6 +112,7 @@ struct RootDeviceEnvironment : NonCopyableClass {
std::unique_ptr<CompilerProductHelper> compilerProductHelper;
std::unique_ptr<ReleaseHelper> releaseHelper;
std::unique_ptr<AILConfiguration> ailConfiguration;
std::unique_ptr<BindlessHeapsHelper> bindlessHeapsHelper;
std::unique_ptr<AssertHandler> assertHandler;