summaryrefslogtreecommitdiff
path: root/tests/pm_rpm.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-08-29 13:11:40 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-08-29 13:20:36 +0100
commit3b94d3f8ce21c92d3209e73ab48fda64beb0037e (patch)
tree8467a7e779de0d82be02b212196fc6e5f39b3486 /tests/pm_rpm.c
parentd0a41b47ea5ed1ac5ca45f83d2917c6ad41b644a (diff)
igt: Prettify igt_assert_eq() failure messages
This just improves the language about the exact failure to reduce confusion. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/pm_rpm.c')
-rw-r--r--tests/pm_rpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
index b691ae35..0b698de7 100644
--- a/tests/pm_rpm.c
+++ b/tests/pm_rpm.c
@@ -641,7 +641,7 @@ static void test_i2c(struct mode_set_data *data)
int i2c_edids = count_i2c_valid_edids();
int drm_edids = count_drm_valid_edids(data);
- igt_assert_cmpint(i2c_edids, ==, drm_edids);
+ igt_assert_eq(i2c_edids, drm_edids);
}
static void setup_pc8(void)