From 4728e72670eb64c12973a223e4a73ba76551cb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Wed, 3 Sep 2014 09:07:03 +0200 Subject: [PATCH] Comment in potentially offending unit test to see where the Travis-CI build goes wrong. See #756. --- source/vibe/http/client.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/vibe/http/client.d b/source/vibe/http/client.d index 0cc8a68daa..9254a51961 100644 --- a/source/vibe/http/client.d +++ b/source/vibe/http/client.d @@ -200,7 +200,6 @@ class HTTPClientSettings { Duration defaultKeepAliveTimeout = 10.seconds; } -/* DMD bug @ 2.065 /// unittest { void test() { @@ -222,7 +221,6 @@ unittest { } } -*/ /**