[PATCH 3/3] wininet/tests: Added checks for bad return values and stop tests when it happens.

Alexandre Julliard julliard at winehq.org
Thu Apr 5 07:25:29 CDT 2012


Morten Rønne <morten.roenne at tdcadsl.dk> writes:

> @@ -29,6 +29,8 @@
>  
>  #include "wine/test.h"
>  
> +#define bail_out    { ok(0, "Bailing out\n"); return; }

Please avoid that sort of thing.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list