test: correct uint32_t

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-04-16 16:00:09 +00:00
committed by Compute-Runtime-Automation
parent 0c778ef6f4
commit f335295432

View File

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