diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T5686.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T5686.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/deriving/should_fail/T5686.stderr b/testsuite/tests/deriving/should_fail/T5686.stderr index 0bffdf5697..74f8dd88c7 100644 --- a/testsuite/tests/deriving/should_fail/T5686.stderr +++ b/testsuite/tests/deriving/should_fail/T5686.stderr @@ -1,5 +1,5 @@ T5686.hs:4:29: - Can't make a derived instance of ‛Functor U’: - Constructor ‛U’ must use the type variable only as the last argument of a data type - In the data declaration for ‛U’ + Can't make a derived instance of ‘Functor U’: + Constructor ‘U’ must use the type variable only as the last argument of a data type + In the data declaration for ‘U’ |