ULT renaming: SVM tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
parent
efbfd5c387
commit
a3e86f949c
|
@ -1599,7 +1599,7 @@ HWTEST_F(UpdateResidencyContainerMultipleDevicesTest,
|
|||
EXPECT_EQ(0u, residencyContainer.size());
|
||||
}
|
||||
|
||||
HWTEST_P(UpdateResidencyContainerMultipleDevicesTest, givenAllocationItIsAddedToContainerOnlyIfMaskMatches) {
|
||||
HWTEST_P(UpdateResidencyContainerMultipleDevicesTest, givenAllocationThenItIsAddedToContainerOnlyIfMaskMatches) {
|
||||
uint32_t pCmdBuffer[1024];
|
||||
MockGraphicsAllocation gfxAllocation(device->getDevice().getRootDeviceIndex(),
|
||||
static_cast<void *>(pCmdBuffer), sizeof(pCmdBuffer));
|
||||
|
|
Loading…
Reference in New Issue