Piotr Caban (@piotr) commented about dlls/vccorlib140/tests/vccorlib.c:
ok(type_obj2 != type_obj, "got type_obj2 %p\n", type_obj2); type_info = p__RTtypeid(type_obj);
- todo_wine ok(type_info != NULL, "got type_info %p\n", type_info);
- ok(type_info != NULL, "got type_info %p\n", type_info); if (type_info)
`type_info` is not NULL now, you can remove the `if` check.