mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
tests: s/assert/igt_assert
Just a wholesale rollout for now, we can refine later on. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -50,7 +50,7 @@ static int find_and_open_devices(void)
|
||||
break;
|
||||
|
||||
ret = fgets(vendor_id, 8, fl);
|
||||
assert(ret);
|
||||
igt_assert(ret);
|
||||
fclose(fl);
|
||||
|
||||
venid = strtoul(vendor_id, NULL, 16);
|
||||
|
||||
Reference in New Issue
Block a user