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

This commit is contained in:
André Hentschel 2010-03-09 20:28:30 +01:00 committed by Alexandre Julliard
parent 40680e8af9
commit db020d58d1
1 changed files with 0 additions and 2 deletions

View File

@ -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");