aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-05-10 05:27:31 +0200
committerJason Creighton <jcreigh@gmail.com>2007-05-10 05:27:31 +0200
commit64c2d85c072833cad1c0e3152402bc55fb234296 (patch)
tree85e84f15bee462cb8e6a4a2bad502b2bfd0a524f /tests
parent57206a310104882cc2cd43c3742ec394717f139d (diff)
downloadxmonad-64c2d85c072833cad1c0e3152402bc55fb234296.tar.gz
xmonad-64c2d85c072833cad1c0e3152402bc55fb234296.tar.xz
xmonad-64c2d85c072833cad1c0e3152402bc55fb234296.zip
bump LOC limit to 550
darcs-hash:20070510032731-b9aa7-3fccb4cbb55c59636264a451c091b743c549e1f9.gz
Diffstat (limited to 'tests')
-rw-r--r--tests/loc.hs2
1 files changed, 1 insertions, 1 deletions
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