summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T2394.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T2394.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/T2394.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T2394.stderr b/testsuite/tests/deriving/should_fail/T2394.stderr
index f8ccbda848..93093658b1 100644
--- a/testsuite/tests/deriving/should_fail/T2394.stderr
+++ b/testsuite/tests/deriving/should_fail/T2394.stderr
@@ -1,6 +1,6 @@
T2394.hs:9:1:
- Can't make a derived instance of ‛Data (a -> b)’:
+ Can't make a derived instance of ‘Data (a -> b)’:
The last argument of the instance must be a data or newtype application
In the stand-alone deriving instance for
- ‛(Data a, Data b) => Data (a -> b)’
+ ‘(Data a, Data b) => Data (a -> b)’