diff options
Diffstat (limited to 'tests/loc.hs')
-rw-r--r-- | tests/loc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/loc.hs b/tests/loc.hs index cfc9985..7911b9a 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 > 400) $ fail "Too many lines of code!" + when (loc > 500) $ fail "Too many lines of code!" isntcomment "" = False isntcomment ('-':'-':_) = False |