[CRT_APITEST] Mark a test for _wpgmptr as todo

This commit is contained in:
Timo Kreuzer
2025-11-19 14:36:28 +02:00
parent f19b8a2715
commit f2a0018c74

View File

@@ -623,7 +623,7 @@ void Test__winver(void)
void Test__wpgmptr(void)
{
void* p = _wpgmptr;
ok_ptr(_wpgmptr, NULL);
todo_ros ok_ptr(_wpgmptr, NULL);
#undef _wpgmptr
ok_ptr(_wpgmptr, p);