kernel32: Remove todo_wine from the now passing test.

This commit is contained in:
Dmitry Timoshkov 2013-05-08 14:35:36 +09:00 committed by Alexandre Julliard
parent 94c7992f86
commit 5cbcbdd8a8
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}