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)
|
||||
{
|
||||
#ifndef __i386__
|
||||
todo_wine
|
||||
#endif
|
||||
win_skip(".NET 4.0 runtime is not usable\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue