Commit 9f53add8 authored by Alexandre Julliard's avatar Alexandre Julliard

Stop testing a sequence upon the first expected error, to avoid

spurious errors later on.
parent b2499c97
......@@ -850,9 +850,9 @@ static void ok_sequence(const struct message *expected, const char *context, int
todo_wine {
ok (FALSE, "%s: the msg 0x%04x was expected, but got msg 0x%04x instead\n",
context, expected->message, actual->message);
expected++;
actual++;
}
flush_sequence();
return;
}
else
{
......
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