
25 Sep
2025
25 Sep
'25
5:47 p.m.
From: Simon Glass <sjg@chromium.org> This test has a blank line which separates one part of the test from another. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> --- test/dm/video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/dm/video.c b/test/dm/video.c index bb88c17e272..702e9854005 100644 --- a/test/dm/video.c +++ b/test/dm/video.c @@ -950,7 +950,6 @@ static int dm_test_video_box(struct unit_test_state *uts) video_index_to_colour(priv, VID_GREEN), true); video_draw_box(dev, 350, 250, 400, 300, 0, video_index_to_colour(priv, VID_YELLOW), true); - ut_asserteq(175, video_compress_fb(uts, dev, false)); return 0; -- 2.43.0