mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
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:
committed by
sys_ocldev
parent
814cfc921d
commit
2bc7ca84ac
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user