Not exactly sure what's the point, but oh well.

Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch>
---
 tests/kms_plane.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 927d5d37fece..812497500d2d 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -207,8 +207,9 @@ test_plane_position_with_output(data_t *data,
 
        if (flags & TEST_POSITION_FULLY_COVERED)
                igt_assert_crc_equal(&test.reference_crc, &crc);
-       else
+       else {
                ;/* FIXME: missing reference CRCs */
+       }
 
        igt_assert_crc_equal(&crc, &crc2);
 
-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to