From b4406e21e605005a7724c8645915e7afdc090dea Mon Sep 17 00:00:00 2001 From: Jason Creighton Date: Thu, 10 May 2007 05:27:31 +0200 Subject: bump LOC limit to 550 darcs-hash:20070510032731-b9aa7-3fccb4cbb55c59636264a451c091b743c549e1f9 --- tests/loc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/loc.hs b/tests/loc.hs index 289c629..3d83925 100644 --- a/tests/loc.hs +++ b/tests/loc.hs @@ -8,7 +8,7 @@ main = do foo <- getContents putStrLn $ show loc -- uncomment the following to check for mistakes in isntcomment -- putStr $ unlines $ actual_loc - when (loc > 500) $ fail "Too many lines of code!" + when (loc > 550) $ fail "Too many lines of code!" isntcomment "" = False isntcomment ('-':'-':_) = False -- cgit v1.2.3