summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail171.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail171.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail171.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail171.stderr b/testsuite/tests/typecheck/should_fail/tcfail171.stderr
index e42b06ad08..849ce3aa10 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail171.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail171.stderr
@@ -1,8 +1,8 @@
tcfail171.hs:9:10:
- No instance for (PrintfArg a) arising from a use of ‛printf’
+ No instance for (PrintfArg a) arising from a use of ‘printf’
Possible fix:
add (PrintfArg a) to the context of
the type signature for phex :: a -> b
In the expression: printf "0x%x" x
- In an equation for ‛phex’: phex x = printf "0x%x" x
+ In an equation for ‘phex’: phex x = printf "0x%x" x