diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-18 03:40:29 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-18 03:40:29 +0200 |
commit | 63babbc5ea28b8dcef4971ee3e7ac87787ccf2a1 (patch) | |
tree | b168cc32f9986ff771cad870f40b258241b6b0a3 /tests | |
parent | 72d6c0cc3bf264273256374f2065f6967c46f53b (diff) | |
download | metatile-63babbc5ea28b8dcef4971ee3e7ac87787ccf2a1.tar metatile-63babbc5ea28b8dcef4971ee3e7ac87787ccf2a1.zip |
Update propaganda.
darcs-hash:20070418014029-a5988-a7a422401fe062c25ab74764bdf2a5e44befb413
Diffstat (limited to 'tests')
-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 |