diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-07-23 19:45:14 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-25 00:45:08 -0400 |
commit | 9e2930c3e18235fda2b8b468cb0fefbe7d65f879 (patch) | |
tree | 345c08b26e6316c88b636e0657da081bee57f43f | |
parent | 459afeb592d5ff6d338184f5ef248758ecda57a4 (diff) | |
download | haskell-9e2930c3e18235fda2b8b468cb0fefbe7d65f879.tar.gz |
Bump CountParserDeps
-rw-r--r-- | testsuite/tests/parser/should_run/CountParserDeps.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_run/CountParserDeps.hs b/testsuite/tests/parser/should_run/CountParserDeps.hs index 1283972828..5e23821678 100644 --- a/testsuite/tests/parser/should_run/CountParserDeps.hs +++ b/testsuite/tests/parser/should_run/CountParserDeps.hs @@ -30,7 +30,7 @@ main = do let num = sizeUniqSet modules -- print num -- print (map moduleNameString $ nonDetEltsUniqSet modules) - unless (num < 195) $ exitWith (ExitFailure num) + unless (num < 200) $ exitWith (ExitFailure num) parserDeps :: FilePath -> IO (UniqSet ModuleName) parserDeps libdir = |