Commit 8f2b5653 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

kernel32/tests: Remove todo_wine that doesn't work anymore.

parent f670be8e
......@@ -2548,7 +2548,7 @@ static void test_ResolveDelayLoadedAPI(void)
if (!pResolveDelayLoadedAPI)
{
todo_wine win_skip("ResolveDelayLoadedAPI is not available\n");
win_skip("ResolveDelayLoadedAPI is not available\n");
return;
}
......
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