remove LOC cap (but still print count after tests)

This commit is contained in:
Jason Creighton
2007-05-31 04:34:17 +00:00
parent 5594c71e66
commit 1d764ecf2e

View File

@@ -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