]> git.sur5r.net Git - u-boot/blobdiff - test/dm/video.c
dm: video: support increased intensity (bold)
[u-boot] / test / dm / video.c
index 29917d0c2d831beaf2387db1cfd9d5651f999af2..caca49690274fd122ea5f29ca502dbcdf4b274de 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(265, compress_frame_buffer(dev));
 
        return 0;
 }