From 83440953e50d1c46217ce9bdcd74aa9a4671913d Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 13 Aug 2013 12:35:58 +0200 Subject: tests: s/assert/igt_assert Just a wholesale rollout for now, we can refine later on. Signed-off-by: Daniel Vetter --- tests/gem_unfence_active_buffers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/gem_unfence_active_buffers.c') diff --git a/tests/gem_unfence_active_buffers.c b/tests/gem_unfence_active_buffers.c index 9f2946cf..1649ef0b 100644 --- a/tests/gem_unfence_active_buffers.c +++ b/tests/gem_unfence_active_buffers.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include @@ -118,7 +117,7 @@ int main(int argc, char **argv) test_bo = drm_intel_bo_alloc(bufmgr, "test_bo", TEST_SIZE, 4096); ret = drm_intel_bo_set_tiling(test_bo, &tiling, TEST_STRIDE); - assert(ret == 0); + igt_assert(ret == 0); drm_intel_bo_disable_reuse(test_bo); -- cgit v1.2.3