diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-05-29 11:57:51 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-05-29 11:57:51 -0400 |
commit | 42c611cffb2387627f80e790f1d175ebad7d9992 (patch) | |
tree | f78fac3b264613cc7a6b95ea972dd95064fc7b4e /testsuite/tests | |
parent | 6db8a0f76ec45d47060e28bb303e9eef60bdb16b (diff) | |
download | haskell-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.stdout | 2 | ||||
-rw-r--r-- | testsuite/tests/parser/should_run/CountParserDeps.stdout | 2 |
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 |