Rémi Bernon (@rbernon) commented about dlls/mf/tests/transform.c:
bad_input_type = (void *)buffer_bad; /* Test GetInputType. */
- todo_wine
- {
Please remove the todo_wine in the same commit you are implementing the feature.
(Then, for changes that only touch test files (for instance when adding tests), the commit title should be "`<module>/tests: <message>.`")