mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-29 03:01:52 -07:00
remove LOC cap (but still print count after tests)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user