Skip to content

Commit 7e047d4

Browse files
committed
[CRT_APITEST] Remove some obsolete todo_ros
1 parent 9e477a6 commit 7e047d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/rostests/apitests/crt/crtdata.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void Test___lc_codepage(void)
9494
ok_int(__lc_codepage, 0);
9595
ok_int(___lc_codepage_func(), 0);
9696
__lc_codepage++;
97-
todo_ros ok_int(___lc_codepage_func(), 0);
97+
ok_int(___lc_codepage_func(), 0);
9898
__lc_codepage--;
9999
}
100100

@@ -117,7 +117,7 @@ void Test___lc_handle(void)
117117
_CRTIMP int* ___lc_handle_func();
118118
ok_int(*___lc_handle_func(), 0);
119119
__lc_handle++;
120-
todo_ros ok_int(*___lc_handle_func(), 0);
120+
ok_int(*___lc_handle_func(), 0);
121121
__lc_handle--;
122122
}
123123

@@ -202,7 +202,7 @@ void Test___wargv(void)
202202
void Test___winitenv(void)
203203
{
204204
_CRTIMP extern wchar_t** __winitenv;
205-
todo_ros ok(__winitenv == NULL, "__winitenv is not NULL\n");
205+
ok(__winitenv == NULL, "__winitenv is not NULL\n");
206206
#ifdef _M_IX86
207207
_CRTIMP wchar_t*** __p___winitenv(void);
208208
ok_ptr(__p___winitenv(), &__winitenv);
@@ -553,7 +553,7 @@ void Test__wcmdln(void)
553553
void Test__wenviron(void)
554554
{
555555
void* p = &_wenviron;
556-
todo_ros ok(_wenviron == NULL, "_wenviron is not NULL\n");
556+
ok(_wenviron == NULL, "_wenviron is not NULL\n");
557557

558558
#undef _wenviron
559559
_CRTIMP extern wchar_t** _wenviron;

0 commit comments

Comments
 (0)