ULT renaming: Program tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-12-27 10:12:54 +01:00
committed by Compute-Runtime-Automation
parent 50841bfd0d
commit 74651237b2
4 changed files with 6 additions and 6 deletions

View File

@@ -262,7 +262,7 @@ TEST(KernelInfo, givenKernelInfoWhenStoreNonTransformableArgThenArgInfoIsNotTran
using KernelInfoMultiRootDeviceTests = MultiRootDeviceFixture;
TEST_F(KernelInfoMultiRootDeviceTests, kernelAllocationHasCorrectRootDeviceIndex) {
TEST_F(KernelInfoMultiRootDeviceTests, WhenCreatingKernelAllocationThenItHasCorrectRootDeviceIndex) {
KernelInfo kernelInfo;
const size_t heapSize = 0x40;
char heap[heapSize];