mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
test: Minor change - unify test logic in memory manager test
Related-To: NEO-15665 Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
be483491bf
commit
b83fbdd9e8
@@ -1172,7 +1172,7 @@ TEST(MemoryManagerTest, givenMemoryManagerWhenAllocationIsCommandBufferAndMultiC
|
||||
memoryManager.mockGa = &mockGa;
|
||||
memoryManager.returnMockGAFromDevicePool = true;
|
||||
|
||||
AllocationProperties properties(mockRootDeviceIndex, MemoryConstants::pageSize, AllocationType::buffer, mockDeviceBitfield);
|
||||
AllocationProperties properties(mockRootDeviceIndex, MemoryConstants::pageSize, AllocationType::commandBuffer, mockDeviceBitfield);
|
||||
properties.flags.cantBeReadOnly = false;
|
||||
properties.flags.multiOsContextCapable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user