Correct test

Change-Id: I6ad2bd74b888ee50a4101684422ecdd0a244fee5
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
Related-To: NEO-4865
This commit is contained in:
Kamil Kopryk
2020-08-11 18:38:51 +02:00
committed by sys_ocldev
parent 2fa30d7d6c
commit 844ca39528
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ components:
internal:
branch: master
dest_dir: internal
revision: 0486eb0eb572f7a9e19f38f2daad65fafd7ffc2c
revision: e709cc9ef173f16195dc16c2225d165c11dab273
type: git
kmdaf:
branch: kmdaf

View File

@@ -1076,7 +1076,7 @@ TEST(DeviceGetCaps, givenOcl21FeaturesSupportedWhenCapsAreCreatedThenDeviceRepor
}
}
TEST(DeviceGetCaps, givenDisabledFtrPooledEuWhenCalculatingMaxEuPerSSThenIgnoreEuCountPerPoolMin) {
HWTEST_F(DeviceGetCapsTest, givenDisabledFtrPooledEuWhenCalculatingMaxEuPerSSThenIgnoreEuCountPerPoolMin) {
HardwareInfo myHwInfo = *defaultHwInfo;
GT_SYSTEM_INFO &mySysInfo = myHwInfo.gtSystemInfo;
FeatureTable &mySkuTable = myHwInfo.featureTable;