Skip to content

Commit f2a0018

Browse files
committed
[CRT_APITEST] Mark a test for _wpgmptr as todo
1 parent f19b8a2 commit f2a0018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/rostests/apitests/crt/crtdata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ void Test__winver(void)
623623
void Test__wpgmptr(void)
624624
{
625625
void* p = _wpgmptr;
626-
ok_ptr(_wpgmptr, NULL);
626+
todo_ros ok_ptr(_wpgmptr, NULL);
627627

628628
#undef _wpgmptr
629629
ok_ptr(_wpgmptr, p);

0 commit comments

Comments
 (0)