Fabian Maurer (@DarkShadow44) commented about dlls/iphlpapi/tests/iphlpapi.c:
id = GetCurrentThreadCompartmentId(); ok(id == NET_IF_COMPARTMENT_ID_PRIMARY, "got %u\n", id);
} +/* +* Test passes no parameters of importance but returns error if size passed into +* GetAdaptersAddresses is a null pointer and is Ok if the returned value is ERROR_INVALID_PARAMETER +*/
I'd remove this comment and put another comment directly over the tested line, like ``` /* Passing NULL for size should return ERROR_INVALID_PARAMETER */ ```