Dmitry Timoshkov : kernel32: Remove todo_wine from the now passing test.

Alexandre Julliard julliard at winehq.org
Wed May 8 15:48:20 CDT 2013


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

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Wed May  8 14:35:36 2013 +0900

kernel32: Remove todo_wine from the now passing test.

---

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

diff --git a/dlls/kernel32/tests/loader.c b/dlls/kernel32/tests/loader.c
index 5abcb76..22d83aa 100644
--- a/dlls/kernel32/tests/loader.c
+++ b/dlls/kernel32/tests/loader.c
@@ -1165,7 +1165,6 @@ static BOOL WINAPI dll_entry_point(HINSTANCE hinst, DWORD reason, LPVOID param)
 
         if (test_dll_phase == 4 || test_dll_phase == 5)
         {
-todo_wine
             ok(0, "dll_entry_point(DLL_PROCESS_DETACH) should not be called\n");
             break;
         }




More information about the wine-cvs mailing list