Commit 870628fd authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

mscoree/tests: Loading the runtime works on x86-64 now.

parent f1157511
......@@ -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;
}
......
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