kernel32: Remove a no longer needed todo_wine.
This commit is contained in:
parent
5e9b57d5b6
commit
d50814846e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue