On Tue Apr 30 18:12:29 2024 +0000, Paul Gofman wrote:
I took that from existing tests in msvcrt/tests/string.c. I think we want to keep that similar by default?
I would prefer to avoid introducing unneeded code (and if you want to make the code more similar it might be better to remove the helper from msvcrt tests). There's also unused `expect_eq` define. Could you please also divide the `expect_bin` define into 2-3 lines to avoid over 200 characters long line?