summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail156.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail156.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail156.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail156.stderr b/testsuite/tests/typecheck/should_fail/tcfail156.stderr
index a4d2cbe8a7..280f118f90 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail156.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail156.stderr
@@ -2,5 +2,5 @@
tcfail156.hs:7:15:
A newtype constructor cannot have existential type variables
Foo :: forall a. a -> Foo
- In the definition of data constructor ‛Foo’
- In the newtype declaration for ‛Foo’
+ In the definition of data constructor ‘Foo’
+ In the newtype declaration for ‘Foo’