From 91d3780aa5a3a2fc742d9f1f6d429e90012b5c4f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 30 Sep 2016 17:41:01 +0100 Subject: igt/gem_userptr_blits: Tidy up the debug spam igt_subtest_group { /* to the request */ } Signed-off-by: Chris Wilson Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97934 --- tests/eviction_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/eviction_common.c') diff --git a/tests/eviction_common.c b/tests/eviction_common.c index c8bfe8eb..e39555de 100644 --- a/tests/eviction_common.c +++ b/tests/eviction_common.c @@ -91,7 +91,7 @@ static int minor_evictions(int fd, struct igt_eviction_test_ops *ops, igt_assert_eq(ret, 0); } ret = ops->copy(fd, bo[0], bo[0], bo, total_surfaces); - igt_assert(ret == ENOSPC); + igt_assert_eq(ret, -ENOSPC); } for (n = 0; n < total_surfaces; n++) -- cgit v1.2.3