mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Move enumerateLeak to core.
- remove not used parameter. - remove the usage of default parameters. - move some constants to memory management as well. Change-Id: Iedf374568fa3594ffad6b53534e4483485863324 Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
05522f8ecd
commit
9d723a10aa
@@ -94,7 +94,7 @@ TEST_P(CommandQueueTest, createDeleteCommandQueue_Properties) {
|
||||
nullptr,
|
||||
retVal);
|
||||
|
||||
if (nonfailingAllocation == failureIndex) {
|
||||
if (MemoryManagement::nonfailingAllocation == failureIndex) {
|
||||
EXPECT_EQ(CL_SUCCESS, retVal);
|
||||
EXPECT_NE(nullptr, pCmdQ);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user