mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
refactor: remove not used parameter in ioctl helper xe method
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1fc435e529
commit
5ab592994c
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user