diff options
Diffstat (limited to 'testsuite/tests/generics/GenCannotDoRep1_5.stderr')
-rw-r--r-- | testsuite/tests/generics/GenCannotDoRep1_5.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/generics/GenCannotDoRep1_5.stderr b/testsuite/tests/generics/GenCannotDoRep1_5.stderr index 13d25089a5..21e849098c 100644 --- a/testsuite/tests/generics/GenCannotDoRep1_5.stderr +++ b/testsuite/tests/generics/GenCannotDoRep1_5.stderr @@ -1,5 +1,5 @@ GenCannotDoRep1_5.hs:9:32: - Can't make a derived instance of `Generic1 T': - Constructor `T' must use the last type parameter only as the last argument of a data type, newtype, or (->) - In the data declaration for `T' + Can't make a derived instance of ‛Generic1 T’: + Constructor ‛T’ must use the last type parameter only as the last argument of a data type, newtype, or (->) + In the data declaration for ‛T’ |