Ult cleanup

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2020-11-05 16:02:30 +00:00
committed by Compute-Runtime-Automation
parent 56d719cb8b
commit f0fcd57d12

View File

@@ -964,7 +964,6 @@ HWTEST_F(HwHelperTest, givenVariousDebugKeyValuesWhenGettingLocalMemoryAccessMod
HWTEST_F(HwHelperTest, WhenIsMediaBlockIOSupportedThenReturnCorrectResult) {
auto &helper = HwHelper::get(renderCoreFamily);
HardwareInfo hwInfo = *defaultHwInfo;
hwInfo.capabilityTable.blitterOperationsSupported = true;
{
hwInfo.capabilityTable.supportsImages = true;
EXPECT_TRUE(helper.isMediaBlockIOSupported(hwInfo));