kernel32: Remove a no longer needed todo_wine.

oldstable
Dmitry Timoshkov 2012-01-18 19:18:50 +08:00 committed by Alexandre Julliard
parent 5e9b57d5b6
commit d50814846e
1 changed files with 0 additions and 1 deletions

View File

@ -2188,7 +2188,6 @@ static void test_mapping(void)
/* Vista+ supports PAGE_EXECUTE_WRITECOPY, earlier versions don't */
if (!ret && page_prot[k] == PAGE_EXECUTE_WRITECOPY)
{
todo_wine
ok(broken(!ret), "VirtualProtect doesn't support PAGE_EXECUTE_WRITECOPY\n");
continue;
}