X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-05-write-DEBUG.c;fp=ccan%2Fio%2Ftest%2Frun-05-write-DEBUG.c;h=0000000000000000000000000000000000000000;hp=831e6719bb54d00c5a2bd8b73637af0b17d89866;hb=cdffdf5d61f8330cfc3467e73a84876eb3928e9b;hpb=12e924346b342c61219a3fdc57eb6b00a27f1cd1 diff --git a/ccan/io/test/run-05-write-DEBUG.c b/ccan/io/test/run-05-write-DEBUG.c deleted file mode 100644 index 831e6719..00000000 --- a/ccan/io/test/run-05-write-DEBUG.c +++ /dev/null @@ -1,8 +0,0 @@ -#define DEBUG -#define PORT "64005" -#define main real_main -int real_main(void); -#include "run-05-write.c" -#undef main -static bool always_debug(struct io_conn *conn) { return true; } -int main(void) { io_debug_conn = always_debug; return real_main(); }