From 64c2d85c072833cad1c0e3152402bc55fb234296 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.gz --- tests/loc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/loc.hs') 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