summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5957.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T5957.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T5957.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T5957.stderr b/testsuite/tests/typecheck/should_fail/T5957.stderr
index 3b4f5e80d5..1c457ad6fb 100644
--- a/testsuite/tests/typecheck/should_fail/T5957.stderr
+++ b/testsuite/tests/typecheck/should_fail/T5957.stderr
@@ -2,5 +2,5 @@
T5957.hs:3:9:
Illegal polymorphic or qualified type: Show a => a -> String
Perhaps you intended to use RankNTypes or Rank2Types
- In the type signature for ‛flex’:
+ In the type signature for ‘flex’:
flex :: Int -> Show a => a -> String