From ee560270950e1ea1ef46189cf510643c5f077de9 Mon Sep 17 00:00:00 2001 From: Adam Cetnerowski Date: Mon, 16 Nov 2020 10:00:11 +0100 Subject: [PATCH] ULT renaming: USM tests Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski --- opencl/test/unit_test/api/cl_unified_shared_memory_tests.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencl/test/unit_test/api/cl_unified_shared_memory_tests.inl b/opencl/test/unit_test/api/cl_unified_shared_memory_tests.inl index 568ed3de8c..080b86a301 100644 --- a/opencl/test/unit_test/api/cl_unified_shared_memory_tests.inl +++ b/opencl/test/unit_test/api/cl_unified_shared_memory_tests.inl @@ -612,7 +612,7 @@ TEST(clUnifiedSharedMemoryTests, whenClSetKernelArgMemPointerINTELisCalledWithIn EXPECT_EQ(CL_INVALID_KERNEL, retVal); } -TEST(clUnifiedSharedMemoryTests, whenDeviceSupportSharedMemoryAllocationsAndSystemPointerIsPassedItIsProperlySetInKernel) { +TEST(clUnifiedSharedMemoryTests, whenDeviceSupportSharedMemoryAllocationsAndSystemPointerIsPassedThenItIsProperlySetInKernel) { DebugManagerStateRestore restorer; DebugManager.flags.EnableSharedSystemUsmSupport.set(1u);