Remove dead code

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-11-15 14:30:53 +00:00
committed by Compute-Runtime-Automation
parent 146e18d9a4
commit d76f5f4c01

View File

@ -1,18 +0,0 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/test/common/test_macros/test.h"
#include "opencl/test/unit_test/fixtures/cl_device_fixture.h"
using namespace NEO;
typedef Test<ClDeviceFixture> XeHpgCoreOnlyTeset;
XE_HPG_CORETEST_F(XeHpgCoreOnlyTeset, WhenGettingRenderCoreFamilyThenXeHpgCoreIsReturned) {
EXPECT_EQ(IGFX_XE_HPG_CORE, pDevice->getRenderCoreFamily());
}