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