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
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
fprintf(stderr, "%s\n", strerror(errno));
exit(EXIT_FAILURE);
}
assert(create.ctx_id != 0);
igt_assert(create.ctx_id != 0);
close(fd);