Module: wine Branch: master Commit: db020d58d1e389610a724ba285a50ea42e26fb08 URL: http://source.winehq.org/git/wine.git/?a=commit;h=db020d58d1e389610a724ba285... Author: André Hentschel <nerv(a)dawncrow.de> Date: Tue Mar 9 20:28:30 2010 +0100 oleaut32/tests: Remove a todo_wine from a dead test. --- dlls/oleaut32/tests/vartype.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/oleaut32/tests/vartype.c b/dlls/oleaut32/tests/vartype.c index 79b6b93..b973a54 100644 --- a/dlls/oleaut32/tests/vartype.c +++ b/dlls/oleaut32/tests/vartype.c @@ -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");