diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T5686.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T5686.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_fail/T5686.stderr b/testsuite/tests/deriving/should_fail/T5686.stderr index b8bec312ba..27f998fe9d 100644 --- a/testsuite/tests/deriving/should_fail/T5686.stderr +++ b/testsuite/tests/deriving/should_fail/T5686.stderr @@ -2,4 +2,4 @@ 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 type declaration for `U'
+ In the data declaration for `U'
|