mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[CRT_APITEST] Mark a test for _wpgmptr as todo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user