summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-05-29 11:57:51 -0400
committerBen Gamari <ben@smart-cactus.org>2021-05-29 11:57:51 -0400
commit42c611cffb2387627f80e790f1d175ebad7d9992 (patch)
treef78fac3b264613cc7a6b95ea972dd95064fc7b4e /testsuite/tests
parent6db8a0f76ec45d47060e28bb303e9eef60bdb16b (diff)
downloadhaskell-42c611cffb2387627f80e790f1d175ebad7d9992.tar.gz
Split GHC.Utils.Monad.State into .Strict and .Lazy
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/parser/should_run/CountAstDeps.stdout2
-rw-r--r--testsuite/tests/parser/should_run/CountParserDeps.stdout2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_run/CountAstDeps.stdout b/testsuite/tests/parser/should_run/CountAstDeps.stdout
index 51df841ab0..e33094795a 100644
--- a/testsuite/tests/parser/should_run/CountAstDeps.stdout
+++ b/testsuite/tests/parser/should_run/CountAstDeps.stdout
@@ -1,4 +1,4 @@
-Found 257 Language.Haskell.Syntax module dependencies
+Found 258 Language.Haskell.Syntax module dependencies
GHC.Builtin.Names
GHC.Builtin.PrimOps
GHC.Builtin.Types
diff --git a/testsuite/tests/parser/should_run/CountParserDeps.stdout b/testsuite/tests/parser/should_run/CountParserDeps.stdout
index bfd270bf00..4ff132de2d 100644
--- a/testsuite/tests/parser/should_run/CountParserDeps.stdout
+++ b/testsuite/tests/parser/should_run/CountParserDeps.stdout
@@ -1,4 +1,4 @@
-Found 263 GHC.Parser module dependencies
+Found 264 GHC.Parser module dependencies
GHC.Builtin.Names
GHC.Builtin.PrimOps
GHC.Builtin.Types