From 870628fd2852aa527a59df0606e26b7742257a50 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 26 Feb 2016 13:08:55 -0600 Subject: [PATCH] mscoree/tests: Loading the runtime works on x86-64 now. Signed-off-by: Vincent Povirk Signed-off-by: Alexandre Julliard --- dlls/mscoree/tests/mscoree.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/mscoree/tests/mscoree.c b/dlls/mscoree/tests/mscoree.c index 6923f2a603a..abe105d5b25 100644 --- a/dlls/mscoree/tests/mscoree.c +++ b/dlls/mscoree/tests/mscoree.c @@ -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; }