refactor: remove not used parameter in ioctl helper xe method

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-06-19 12:59:19 +00:00
committed by Compute-Runtime-Automation
parent 1fc435e529
commit 5ab592994c
3 changed files with 9 additions and 12 deletions

View File

@@ -160,7 +160,7 @@ TEST(IoctlHelperXeTest, givenIoctlHelperXeWhenCallingAnyMethodThenDummyValueIsRe
EXPECT_EQ(0, xeIoctlHelper->queryDistances(queryItems, distanceInfos));
EXPECT_EQ(0u, distanceInfos.size());
EXPECT_EQ(PRELIM_I915_UFENCE_WAIT_SOFT, xeIoctlHelper->getWaitUserFenceSoftFlag());
EXPECT_EQ(0u, xeIoctlHelper->getWaitUserFenceSoftFlag());
EXPECT_EQ(0, xeIoctlHelper->execBuffer(nullptr, 0, 0));