diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-09-07 16:23:51 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-08 16:59:29 -0400 |
commit | 87d93745fa14344a26ab242fd5db35e654e1da48 (patch) | |
tree | f368a0b4e6ebc0b4d9cc3be4532b08d4c0934dab /testsuite/tests/deriving | |
parent | 86e5a6c34128a20d04808fcffcc49623a5d967bf (diff) | |
download | haskell-87d93745fa14344a26ab242fd5db35e654e1da48.tar.gz |
Only dump Core stats when requested to do so (#20342)
Diffstat (limited to 'testsuite/tests/deriving')
-rw-r--r-- | testsuite/tests/deriving/should_compile/T17339.stderr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_compile/T17339.stderr b/testsuite/tests/deriving/should_compile/T17339.stderr index 496ec84d88..0a377e6ba9 100644 --- a/testsuite/tests/deriving/should_compile/T17339.stderr +++ b/testsuite/tests/deriving/should_compile/T17339.stderr @@ -3,19 +3,15 @@ Result size of Tidy Core = {terms: 8, types: 20, coercions: 0, joins: 0/0} --- RHS size: {terms: 1, types: 2, coercions: 0, joins: 0/0} T17339.$fClsA1B1 :: Cls A1 B1 T17339.$fClsA1B1 = T17339.C:Cls @A1 @B1 --- RHS size: {terms: 1, types: 2, coercions: 0, joins: 0/0} T17339.$fClsA2B1 :: Cls A2 B1 T17339.$fClsA2B1 = T17339.C:Cls @A2 @B1 --- RHS size: {terms: 1, types: 2, coercions: 0, joins: 0/0} T17339.$fClsA1B2 :: Cls A1 B2 T17339.$fClsA1B2 = T17339.C:Cls @A1 @B2 --- RHS size: {terms: 1, types: 2, coercions: 0, joins: 0/0} T17339.$fClsA2B2 :: Cls A2 B2 T17339.$fClsA2B2 = T17339.C:Cls @A2 @B2 |