ULT renaming: MultiDispatchInfo test

Related-To: NEO-2236

Change-Id: I81a55fac8117a874aa1f8d066771493bad0a348d
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-01-08 10:16:59 -08:00
committed by sys_ocldev
parent 814cfc921d
commit 2bc7ca84ac

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2019 Intel Corporation
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -19,7 +19,7 @@ struct MultiDispatchInfoTest : public ::testing::Test {
}
};
TEST_F(MultiDispatchInfoTest, MultiDispatchInfoWithNullKernel) {
TEST_F(MultiDispatchInfoTest, GivenNullKernelWhenCreatingMultiDispatchInfoThenExpectationsAreMet) {
MockMultiDispatchInfo multiDispatchInfo(nullptr);