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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 29 10:59:11 CST 2016


Module: wine
Branch: master
Commit: 870628fd2852aa527a59df0606e26b7742257a50
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=870628fd2852aa527a59df0606e26b7742257a50

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Fri Feb 26 13:08:55 2016 -0600

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

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 6923f2a..abe105d 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;
     }




More information about the wine-cvs mailing list