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:
Daniel Vetter
2013-08-13 12:35:58 +02:00
parent 2371c79bbd
commit 83440953e5
98 changed files with 342 additions and 427 deletions
+1 -1
View File
@@ -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);