From de7ccdd083579c82a1be0c028acf38617fb8c2ca Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 1 Oct 2015 14:16:48 +0100 Subject: tests: Run igt.cocci Signed-off-by: Daniel Stone --- tests/kms_panel_fitting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_panel_fitting.c') diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c index 6b442417..f8726e27 100644 --- a/tests/kms_panel_fitting.c +++ b/tests/kms_panel_fitting.c @@ -122,7 +122,7 @@ static void prepare_crtc(data_t *data, igt_output_t *output, enum pipe pipe, &output->id, 1, mode); - igt_assert(ret == 0); + igt_assert_eq(ret, 0); } else { igt_display_commit2(display, s); } -- cgit v1.2.3