Dmitry Timoshkov : kernel32: Remove a no longer needed todo_wine.

Alexandre Julliard julliard at winehq.org
Wed Jan 18 14:03:38 CST 2012


Module: wine
Branch: master
Commit: d50814846ee4fd58287767c918769cce8096c495
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d50814846ee4fd58287767c918769cce8096c495

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Wed Jan 18 19:18:50 2012 +0800

kernel32: Remove a no longer needed todo_wine.

---

 dlls/kernel32/tests/virtual.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/tests/virtual.c b/dlls/kernel32/tests/virtual.c
index eb213a6..915f92d 100644
--- a/dlls/kernel32/tests/virtual.c
+++ b/dlls/kernel32/tests/virtual.c
@@ -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;
                     }




More information about the wine-cvs mailing list