Skip to content

Commit a3e86f9

Browse files
ULT renaming: SVM tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <[email protected]>
1 parent efbfd5c commit a3e86f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencl/test/unit_test/command_queue/enqueue_svm_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ HWTEST_F(UpdateResidencyContainerMultipleDevicesTest,
15991599
EXPECT_EQ(0u, residencyContainer.size());
16001600
}
16011601

1602-
HWTEST_P(UpdateResidencyContainerMultipleDevicesTest, givenAllocationItIsAddedToContainerOnlyIfMaskMatches) {
1602+
HWTEST_P(UpdateResidencyContainerMultipleDevicesTest, givenAllocationThenItIsAddedToContainerOnlyIfMaskMatches) {
16031603
uint32_t pCmdBuffer[1024];
16041604
MockGraphicsAllocation gfxAllocation(device->getDevice().getRootDeviceIndex(),
16051605
static_cast<void *>(pCmdBuffer), sizeof(pCmdBuffer));

0 commit comments

Comments
 (0)