]> git.sur5r.net Git - u-boot/blobdiff - test/dm/video.c
dm: video: show correct colors in graphical console
[u-boot] / test / dm / video.c
index 29917d0c2d831beaf2387db1cfd9d5651f999af2..d158f1fcb394a6345f869fbf11fc0b4f9c2814b0 100644 (file)
@@ -186,7 +186,7 @@ static int dm_test_video_ansi(struct unit_test_state *uts)
        /* test colors (30-37 fg color, 40-47 bg color) */
        vidconsole_put_string(con, ANSI_ESC"[30;41mfoo"); /* black on red */
        vidconsole_put_string(con, ANSI_ESC"[33;44mbar"); /* yellow on blue */
-       ut_asserteq(268, compress_frame_buffer(dev));
+       ut_asserteq(267, compress_frame_buffer(dev));
 
        return 0;
 }