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

@ -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;