summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-05-31 06:34:17 +0200
committerJason Creighton <jcreigh@gmail.com>2007-05-31 06:34:17 +0200
commit996da6ec214aa60f7da1484bd793041ac6ca4ab1 (patch)
treedf18ed020b2fded805e64dbee1248f434dd78b2b /tests
parentfb70d47830cf269521e1fec8871e750101fd67ae (diff)
downloadmetatile-996da6ec214aa60f7da1484bd793041ac6ca4ab1.tar
metatile-996da6ec214aa60f7da1484bd793041ac6ca4ab1.zip
remove LOC cap (but still print count after tests)
darcs-hash:20070531043417-b9aa7-ac2c024e0ece4c9119e7e493d37b95e56cdea85d
Diffstat (limited to 'tests')
-rw-r--r--tests/loc.hs1
1 files changed, 0 insertions, 1 deletions
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