diff --git a/modules/rostests/apitests/crt/crtdata.c b/modules/rostests/apitests/crt/crtdata.c index 57beebba617..7906d20e1eb 100644 --- a/modules/rostests/apitests/crt/crtdata.c +++ b/modules/rostests/apitests/crt/crtdata.c @@ -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);