comctl32: Fix the updown control test to use the optional flag.
This commit is contained in:
parent
127512c938
commit
4de56b1b4d
|
@ -282,6 +282,8 @@ static void ok_sequence_(int sequence_index, const struct message *expected,
|
|||
expected++;
|
||||
actual++;
|
||||
}
|
||||
else if (expected->flags & optional)
|
||||
expected++;
|
||||
else if (todo)
|
||||
{
|
||||
failcount++;
|
||||
|
|
Loading…
Reference in New Issue