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) ...@@ -428,7 +428,7 @@ int Socket_writev(int socket, iobuf* iovecs, int count, unsigned long* bytes)
rc = TCPSOCKET_INTERRUPTED; rc = TCPSOCKET_INTERRUPTED;
} }
#else #else
#define TESTING //#define TESTING
#if defined(TESTING) #if defined(TESTING)
static int i = 0; static int i = 0;
if (++i >= 10 && i < 21) 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