[MSVCRT_WINETEST]

- ROSTESTS-91 #comment Fixed with r57833 and r57834 #resolve

svn path=/trunk/; revision=57835
This commit is contained in:
Jérôme Gardou 2012-12-09 03:39:12 +00:00
parent de65d32082
commit 041dd3b70f

View file

@ -622,7 +622,6 @@ static void test_crtGetStringTypeW(void)
ok(!ret, "ret == TRUE\n"); ok(!ret, "ret == TRUE\n");
} }
#if ROSTESTS_91_IS_FIXED
static void test__Gettnames(void) static void test__Gettnames(void)
{ {
struct { struct {
@ -742,7 +741,6 @@ static void test__Gettnames(void)
setlocale(LC_ALL, "C"); setlocale(LC_ALL, "C");
} }
#endif
static void test___mb_cur_max_func(void) static void test___mb_cur_max_func(void)
{ {
@ -799,8 +797,6 @@ START_TEST(locale)
test_crtGetStringTypeW(); test_crtGetStringTypeW();
test_setlocale(); test_setlocale();
#if ROSTESTS_91_IS_FIXED
test__Gettnames(); test__Gettnames();
#endif
test___mb_cur_max_func(); test___mb_cur_max_func();
} }