Re: [PATCH 3/3] wininet/tests: Added checks for bad return values and stop tests when it happens.
5 Apr
2012
5 Apr
'12
12:25 p.m.
Morten Rønne <morten.roenne(a)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(a)winehq.org
5004
Age (days ago)
5004
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard