Commit 9b748c8d authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

Fix _ismbblead test to pass on windows.

parent 91ff09b6
......@@ -79,7 +79,7 @@ void test_ismbblead()
unsigned int s = '\354';
_setmbcp(936);
todo_wine ok(_ismbblead(s) == 4, "got result %d\n", _ismbblead(s));
todo_wine ok(_ismbblead(s), "got result %d\n", _ismbblead(s));
_setmbcp(1252);
}
......
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