From a3e86f949c3cdd55bd01e1a696f6775f591d417f Mon Sep 17 00:00:00 2001 From: Adam Cetnerowski Date: Mon, 12 Apr 2021 11:47:47 +0200 Subject: [PATCH] ULT renaming: SVM tests Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski --- opencl/test/unit_test/command_queue/enqueue_svm_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencl/test/unit_test/command_queue/enqueue_svm_tests.cpp b/opencl/test/unit_test/command_queue/enqueue_svm_tests.cpp index 07a147ff42..0850c4e084 100644 --- a/opencl/test/unit_test/command_queue/enqueue_svm_tests.cpp +++ b/opencl/test/unit_test/command_queue/enqueue_svm_tests.cpp @@ -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(pCmdBuffer), sizeof(pCmdBuffer));