Commit 5cbcbdd8 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

kernel32: Remove todo_wine from the now passing test.

parent 94c7992f
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment