mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ULT renaming: AUB Command Queue tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
e49cf513bc
commit
772e9d30de
@ -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};
|
||||
|
Reference in New Issue
Block a user