Commit db020d58 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

oleaut32/tests: Remove a todo_wine from a dead test.

parent 40680e8a
......@@ -5238,10 +5238,8 @@ static void test_SysAllocStringLen(void)
if (0)
{
str = SysAllocStringLen(szTest, 0x80000000);
todo_wine {
ok (str == NULL, "Expected NULL, got %p\n", str);
}
}
str = SysAllocStringLen(NULL, 0);
ok (str != NULL, "Expected non-NULL\n");
......
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