From db020d58d1e389610a724ba285a50ea42e26fb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 9 Mar 2010 20:28:30 +0100 Subject: [PATCH] oleaut32/tests: Remove a todo_wine from a dead test. --- dlls/oleaut32/tests/vartype.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/oleaut32/tests/vartype.c b/dlls/oleaut32/tests/vartype.c index 79b6b9312fe..b973a549b06 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");