mscoree/tests: Loading the runtime works on x86-64 now.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f1157511a7
commit
870628fd28
|
@ -155,9 +155,6 @@ static BOOL runtime_is_usable(void)
|
||||||
|
|
||||||
if (!ret || exitcode != 0)
|
if (!ret || exitcode != 0)
|
||||||
{
|
{
|
||||||
#ifndef __i386__
|
|
||||||
todo_wine
|
|
||||||
#endif
|
|
||||||
win_skip(".NET 4.0 runtime is not usable\n");
|
win_skip(".NET 4.0 runtime is not usable\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue