summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-09-16 11:27:52 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-09-28 01:53:01 -0400
commit45a674aacf33dc47c48506b834752d59fffd7e2c (patch)
tree86288ea42f9735d58f623525795d797ccc689fa2 /testsuite/tests/deriving
parente38facf85200ea97ca107caefd1b17252639bc18 (diff)
downloadhaskell-45a674aacf33dc47c48506b834752d59fffd7e2c.tar.gz
Add `-dsuppress-core-sizes` flag (#20342)
This flag is used to remove the output of core stats per binding in Core dumps.
Diffstat (limited to 'testsuite/tests/deriving')
-rw-r--r--testsuite/tests/deriving/should_compile/T17339.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_compile/T17339.stderr b/testsuite/tests/deriving/should_compile/T17339.stderr
index 0a377e6ba9..496ec84d88 100644
--- a/testsuite/tests/deriving/should_compile/T17339.stderr
+++ b/testsuite/tests/deriving/should_compile/T17339.stderr
@@ -3,15 +3,19 @@
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