summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/TcCoercibleFailSafe.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/TcCoercibleFailSafe.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/TcCoercibleFailSafe.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/TcCoercibleFailSafe.stderr b/testsuite/tests/typecheck/should_fail/TcCoercibleFailSafe.stderr
index 90643dfbe4..2d7bf19de9 100644
--- a/testsuite/tests/typecheck/should_fail/TcCoercibleFailSafe.stderr
+++ b/testsuite/tests/typecheck/should_fail/TcCoercibleFailSafe.stderr
@@ -1,8 +1,8 @@
TcCoercibleFailSafe.hs:9:8:
- Could not coerce from ‛Down Age’ to ‛Down Int’
- because the constructor of ‛Down’ is not imported
+ Could not coerce from ‘Down Age’ to ‘Down Int’
+ because the constructor of ‘Down’ is not imported
as required in SafeHaskell mode
- arising from a use of ‛coerce’
+ arising from a use of ‘coerce’
In the expression: coerce
- In an equation for ‛foo1’: foo1 = coerce
+ In an equation for ‘foo1’: foo1 = coerce