mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
refactor: correct naming of MemoryPool enum values
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2007ec2f6a
commit
01dd503e47
@@ -226,7 +226,7 @@ HWTEST_F(PrintfHandlerTests, givenDisallowedLocalMemoryCpuAccessWhenPrintEnqueue
|
||||
device->getMemoryManager()->freeGraphicsMemory(printfHandler->printfSurface);
|
||||
|
||||
auto allocation = new MockGraphicsAllocation(reinterpret_cast<void *>(0x1000), 0x1000);
|
||||
allocation->memoryPool = MemoryPool::LocalMemory;
|
||||
allocation->memoryPool = MemoryPool::localMemory;
|
||||
|
||||
printfHandler->printfSurface = allocation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user