Commit c640561c authored by Ian Craggs's avatar Ian Craggs

Forgot to remove test failure code!

parent cb8d4b70
......@@ -428,7 +428,7 @@ int Socket_writev(int socket, iobuf* iovecs, int count, unsigned long* bytes)
rc = TCPSOCKET_INTERRUPTED;
}
#else
#define TESTING
//#define TESTING
#if defined(TESTING)
static int i = 0;
if (++i >= 10 && i < 21)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment