From 1d764ecf2eb9608bbb6ca40c20b33e2b0f967f4d Mon Sep 17 00:00:00 2001 From: Jason Creighton Date: Thu, 31 May 2007 04:34:17 +0000 Subject: [PATCH] remove LOC cap (but still print count after tests) --- tests/loc.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/loc.hs b/tests/loc.hs index 3d83925..3edc60b 100644 --- a/tests/loc.hs +++ b/tests/loc.hs @@ -8,7 +8,6 @@ main = do foo <- getContents putStrLn $ show loc -- uncomment the following to check for mistakes in isntcomment -- putStr $ unlines $ actual_loc - when (loc > 550) $ fail "Too many lines of code!" isntcomment "" = False isntcomment ('-':'-':_) = False