Commit 13b0f22c authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll/tests: Mark a failing test as todo.

parent 7e2f4421
......@@ -1700,6 +1700,7 @@ static void check_module( ULONG64 base, const WCHAR *name )
else
CHECK_MODULE(wow64cpu);
#undef CHECK_MODULE
todo_wine_if( !wcscmp( name, L"win32u.dll" ))
ok( 0, "unknown module %s %s found\n", wine_dbgstr_longlong(base), wine_dbgstr_w(name));
}
......
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