Update UltDeviceFactory

Use MockMemoryManager by default in UltDeviceFactory.

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2021-01-12 21:39:04 +00:00
committed by Compute-Runtime-Automation
parent a8fe9b7630
commit 2d033f5dea
10 changed files with 36 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 Intel Corporation
* Copyright (C) 2017-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -27,7 +27,7 @@ extern HwHelper *hwHelperFactory[IGFX_MAX_CORE];
}
// Tests for cl_khr_image2d_from_buffer
class Image2dFromBufferTest : public ClDeviceFixture, public ::testing::Test {
class Image2dFromBufferTest : public ::testing::Test {
public:
Image2dFromBufferTest() {}