Skip to content
Snippets Groups Projects
Commit 870628fd authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard
Browse files

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

parent f1157511
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment