summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail085.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail085.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail085.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail085.stderr b/testsuite/tests/typecheck/should_fail/tcfail085.stderr
index feb7c6daf3..6c2e9bd913 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail085.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail085.stderr
@@ -1,5 +1,5 @@
tcfail085.hs:9:5:
- Constructor ‛F’ does not have the required strict field(s): y
+ Constructor ‘F’ does not have the required strict field(s): y
In the expression: F {x = 2}
- In an equation for ‛z’: z = F {x = 2}
+ In an equation for ‘z’: z = F {x = 2}