6 Oct
2020
6 Oct
'20
8:33 p.m.
Module: wine Branch: master Commit: ecc790ad479958d0c9a5af105463cfc3da3c3126 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ecc790ad479958d0c9a5af105... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Oct 5 22:22:36 2020 -0500 ws2_32/tests: Avoid ok(0, ...) where the condition can be checked directly. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ws2_32/tests/sock.c | 383 ++++++++++++----------------------------------- 1 file changed, 95 insertions(+), 288 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ecc790ad479958d0c9a5a...