From 041dd3b70ffc1a9024e39e3698e26bda28ae1db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sun, 9 Dec 2012 03:39:12 +0000 Subject: [PATCH] [MSVCRT_WINETEST] - ROSTESTS-91 #comment Fixed with r57833 and r57834 #resolve svn path=/trunk/; revision=57835 --- rostests/winetests/msvcrt/locale.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rostests/winetests/msvcrt/locale.c b/rostests/winetests/msvcrt/locale.c index 3121935f583..6b09cdf26d0 100644 --- a/rostests/winetests/msvcrt/locale.c +++ b/rostests/winetests/msvcrt/locale.c @@ -622,7 +622,6 @@ static void test_crtGetStringTypeW(void) ok(!ret, "ret == TRUE\n"); } -#if ROSTESTS_91_IS_FIXED static void test__Gettnames(void) { struct { @@ -742,7 +741,6 @@ static void test__Gettnames(void) setlocale(LC_ALL, "C"); } -#endif static void test___mb_cur_max_func(void) { @@ -799,8 +797,6 @@ START_TEST(locale) test_crtGetStringTypeW(); test_setlocale(); -#if ROSTESTS_91_IS_FIXED test__Gettnames(); -#endif test___mb_cur_max_func(); }