summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail083.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail083.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail083.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail083.stderr b/testsuite/tests/typecheck/should_fail/tcfail083.stderr
index dc4ce59e9c..360383879f 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail083.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail083.stderr
@@ -14,7 +14,7 @@ tcfail083.hs:8:53:
instance Show Bar -- Defined at tcfail083.hs:3:43
instance Show Double -- Defined in ‛GHC.Float’
instance Show Float -- Defined in ‛GHC.Float’
- ...plus 24 others
+ ...plus 25 others
In the expression: print (f, b)
In an equation for ‛display’:
display (State {bar = Bar {flag = f, baz = b}}) = print (f, b)