winetest: Simplify the 'dll is native' error message.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-03-15 19:28:40 +01:00 committed by Alexandre Julliard
parent 37b7d573b2
commit 21e9d51b36
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ extract_test_proc (HMODULE hModule, LPCSTR lpszType, LPSTR lpszName, LONG_PTR lP
}
else if (is_native_dll(dll))
{
xprintf (" %s=load error Configured as native\n", dllname);
xprintf (" %s=dll is native\n", dllname);
nr_native_dlls++;
run = FALSE;
}