mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
test: correct uint32_t
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0c778ef6f4
commit
f335295432
@@ -5819,7 +5819,7 @@ HWTEST_TEMPLATED_F(DrmMemoryManagerTest, givenDrmMemoryManagerWhenSetSharedSyste
|
||||
setVmSharedSystemMemAdviseCalled++;
|
||||
return true;
|
||||
}
|
||||
u_int32_t setVmSharedSystemMemAdviseCalled = 0;
|
||||
uint32_t setVmSharedSystemMemAdviseCalled = 0;
|
||||
};
|
||||
|
||||
auto mockIoctlHelper = new MyMockIoctlHelper(*mock);
|
||||
|
||||
Reference in New Issue
Block a user