From d76f5f4c0170293e5830ad5be280699aace3492c Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Tue, 15 Nov 2022 14:30:53 +0000 Subject: [PATCH] Remove dead code Signed-off-by: Mateusz Jablonski --- .../xe_hpg_core/test_sample_xe_hpg_core.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 opencl/test/unit_test/xe_hpg_core/test_sample_xe_hpg_core.cpp diff --git a/opencl/test/unit_test/xe_hpg_core/test_sample_xe_hpg_core.cpp b/opencl/test/unit_test/xe_hpg_core/test_sample_xe_hpg_core.cpp deleted file mode 100644 index 4b97083181..0000000000 --- a/opencl/test/unit_test/xe_hpg_core/test_sample_xe_hpg_core.cpp +++ /dev/null @@ -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 XeHpgCoreOnlyTeset; - -XE_HPG_CORETEST_F(XeHpgCoreOnlyTeset, WhenGettingRenderCoreFamilyThenXeHpgCoreIsReturned) { - EXPECT_EQ(IGFX_XE_HPG_CORE, pDevice->getRenderCoreFamily()); -}