1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

ntdll/tests: Mark a failing test as todo.

This commit is contained in:
Alexandre Julliard 2024-02-09 17:59:46 +01:00
parent 7e2f44210b
commit 13b0f22cf9

View file

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