diff --git a/opencl/test/unit_test/aub_tests/command_queue/enqueue_printf_kernel_aub_tests.cpp b/opencl/test/unit_test/aub_tests/command_queue/enqueue_printf_kernel_aub_tests.cpp index ead8d5fe4d..57435ea6db 100644 --- a/opencl/test/unit_test/aub_tests/command_queue/enqueue_printf_kernel_aub_tests.cpp +++ b/opencl/test/unit_test/aub_tests/command_queue/enqueue_printf_kernel_aub_tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Intel Corporation + * Copyright (C) 2020-2021 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -36,7 +36,7 @@ class AUBPrintfKernelFixture : public AUBFixture, const char *kernelName = "test_printf_number"; }; -HWTEST_F(AUBPrintfKernelFixture, EnqueuePrintfKernel) { +HWTEST_F(AUBPrintfKernelFixture, GivenPrintfKernelThenEnqueuingSucceeds) { ASSERT_NE(nullptr, pKernel); size_t offset[3] = {0, 0, 0};