On Tue Aug 12 22:41:25 2025 +0000, Alfred Agrell wrote:
IMO `ok(ret == WSAEACCES, "Expected %d, received %d\n", WSAEACCES, ret);` would be slightly cleaner.
I disagree; in fact I don't think printing the expected value is useful at all when it's a constant.