summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail152.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail152.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail152.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail152.stderr b/testsuite/tests/typecheck/should_fail/tcfail152.stderr
index 507587d072..1db77b0657 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail152.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail152.stderr
@@ -1,7 +1,7 @@
tcfail152.hs:10:14:
- No instance for (Integral a) arising from a use of ‛toInteger’
+ No instance for (Integral a) arising from a use of ‘toInteger’
Possible fix:
- add (Integral a) to the context of the data constructor ‛C’
+ add (Integral a) to the context of the data constructor ‘C’
In the expression: toInteger x
- In an equation for ‛test’: test (C x) = toInteger x
+ In an equation for ‘test’: test (C x) = toInteger x