From 61a7bda7c6abac4483905083d3c73db40c688017 Mon Sep 17 00:00:00 2001 From: Bartosz Dunajski Date: Mon, 15 Mar 2021 09:08:12 +0000 Subject: [PATCH] Update ULT Signed-off-by: Bartosz Dunajski --- opencl/test/unit_test/command_stream/get_devices_tests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opencl/test/unit_test/command_stream/get_devices_tests.cpp b/opencl/test/unit_test/command_stream/get_devices_tests.cpp index 511e2e3c22..82db5f46ee 100644 --- a/opencl/test/unit_test/command_stream/get_devices_tests.cpp +++ b/opencl/test/unit_test/command_stream/get_devices_tests.cpp @@ -99,7 +99,6 @@ HWTEST_F(PrepareDeviceEnvironmentsTest, givenPrepareDeviceEnvironmentsWhenCsrIsS HwInfoConfig *hwConfig = HwInfoConfig::get(hwInfoFromTable.platform.eProductFamily); hwConfig->configureHardwareCustom(&hwInfoFromTable, nullptr); EXPECT_EQ(0, memcmp(&hwInfoFromTable.platform, &hwInfo->platform, sizeof(PLATFORM))); - EXPECT_EQ(0, memcmp(&hwInfoFromTable.capabilityTable, &hwInfo->capabilityTable, sizeof(RuntimeCapabilityTable))); EXPECT_STREQ(hardwarePrefix[i], productFamily.c_str()); break;