mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21: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
|
putStrLn $ show loc
|
||||||
-- uncomment the following to check for mistakes in isntcomment
|
-- uncomment the following to check for mistakes in isntcomment
|
||||||
-- putStr $ unlines $ actual_loc
|
-- putStr $ unlines $ actual_loc
|
||||||
when (loc > 550) $ fail "Too many lines of code!"
|
|
||||||
|
|
||||||
isntcomment "" = False
|
isntcomment "" = False
|
||||||
isntcomment ('-':'-':_) = False
|
isntcomment ('-':'-':_) = False
|
||||||
|
Reference in New Issue
Block a user