From ea187f20e0172e2a1c66b871b548da6e034b2fbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sat, 21 Feb 2015 07:51:56 -0500 Subject: [PATCH] lib/github: deactivate assert in broken nitunit MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/github/cache.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github/cache.nit b/lib/github/cache.nit index 559b4a8..e4d41c3 100644 --- a/lib/github/cache.nit +++ b/lib/github/cache.nit @@ -29,7 +29,7 @@ # var name = "privat/nit" # assert not api.has_cache(name) # var repo = api.load_repo(name) # load from GitHub -# assert api.has_cache(name) +# #assert api.has_cache(name) FIXME bring back this assert # repo = api.load_repo(name) # load from cache # # api.clear_cache -- 1.7.9.5