oleaut32/tests: Remove a todo_wine from a dead test.
This commit is contained in:
parent
40680e8af9
commit
db020d58d1
|
@ -5238,10 +5238,8 @@ static void test_SysAllocStringLen(void)
|
||||||
if (0)
|
if (0)
|
||||||
{
|
{
|
||||||
str = SysAllocStringLen(szTest, 0x80000000);
|
str = SysAllocStringLen(szTest, 0x80000000);
|
||||||
todo_wine {
|
|
||||||
ok (str == NULL, "Expected NULL, got %p\n", str);
|
ok (str == NULL, "Expected NULL, got %p\n", str);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
str = SysAllocStringLen(NULL, 0);
|
str = SysAllocStringLen(NULL, 0);
|
||||||
ok (str != NULL, "Expected non-NULL\n");
|
ok (str != NULL, "Expected non-NULL\n");
|
||||||
|
|
Loading…
Reference in New Issue