Commit d971600c authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

mscoree/tests: Build loadpaths.exe as GUI instead of CUI.

This prevents unnecessary console windows from being created for it if mscoree_test.exe does not have a console. Signed-off-by: 's avatarEsme Povirk <esme@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent a90d976b
......@@ -709,7 +709,7 @@ static void test_loadpaths(BOOL neutral)
ret = write_resource(exe_source, exe_source);
ok(ret, "Could not write resource: %lu\n", GetLastError());
DeleteFileW(exe_name);
ret = compile_cs(exe_source, exe_name, L"exe", L"/reference:libloadpaths.dll");
ret = compile_cs(exe_source, exe_name, L"winexe", L"/reference:libloadpaths.dll");
if (!ret) return;
ret = DeleteFileW(exe_source);
ok(ret, "DeleteFileW failed: %lu\n", GetLastError());
......
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