Commit b13c4127 authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

comctl32/tests: Fix occasional test failures on TestBot w7u_2qxl.

parent 381c2a9a
......@@ -531,7 +531,8 @@ static const struct message wm_themechanged_paint_erase_seq[] =
{
{WM_THEMECHANGED, sent | wparam | lparam},
{WM_PAINT, sent | wparam | lparam},
{WM_ERASEBKGND, sent | defwinproc},
/* TestBot w7u_2qxl VM occasionally doesn't send WM_ERASEBKGND, hence the 'optional' */
{WM_ERASEBKGND, sent | defwinproc | optional},
{0},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment