summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail142.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail142.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail142.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail142.stderr b/testsuite/tests/typecheck/should_fail/tcfail142.stderr
index ecb22021f3..83469d87d0 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail142.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail142.stderr
@@ -1,6 +1,6 @@
tcfail142.hs:19:8: error:
- • Could not deduce (Bar a0 r)
+ • Could not deduce ‘Bar a0 r’
from the context: Bar a r
bound by the type signature for:
bar :: forall a r. Bar a r => r -> ()