diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T2721.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T2721.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T2721.stderr b/testsuite/tests/deriving/should_fail/T2721.stderr index 64e93c3d12..908db94dbe 100644 --- a/testsuite/tests/deriving/should_fail/T2721.stderr +++ b/testsuite/tests/deriving/should_fail/T2721.stderr @@ -1,6 +1,6 @@ T2721.hs:15:28: - Can't make a derived instance of ‛C N’ + Can't make a derived instance of ‘C N’ (even with cunning newtype deriving): the class has associated types - In the newtype declaration for ‛N’ + In the newtype declaration for ‘N’ |