summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-07-23 19:45:14 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-25 00:45:08 -0400
commit9e2930c3e18235fda2b8b468cb0fefbe7d65f879 (patch)
tree345c08b26e6316c88b636e0657da081bee57f43f
parent459afeb592d5ff6d338184f5ef248758ecda57a4 (diff)
downloadhaskell-9e2930c3e18235fda2b8b468cb0fefbe7d65f879.tar.gz
Bump CountParserDeps
-rw-r--r--testsuite/tests/parser/should_run/CountParserDeps.hs2
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 =