summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T16181.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T16181.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/T16181.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_fail/T16181.stderr b/testsuite/tests/deriving/should_fail/T16181.stderr
index ed08f53bb2..5e4285cdea 100644
--- a/testsuite/tests/deriving/should_fail/T16181.stderr
+++ b/testsuite/tests/deriving/should_fail/T16181.stderr
@@ -1,19 +1,19 @@
-T16181.hs:14:13: error:
+T16181.hs:14:13: error: [GHC-38996]
• Cannot eta-reduce to an instance of form
instance (...) => Show1 (FlipConst a)
• In the newtype declaration for ‘FlipConst’
-T16181.hs:14:20: error:
+T16181.hs:14:20: error: [GHC-38996]
• Cannot eta-reduce to an instance of form
instance (...) => Eq1 (FlipConst a)
• In the newtype declaration for ‘FlipConst’
-T16181.hs:19:14: error:
+T16181.hs:19:14: error: [GHC-38996]
• Cannot eta-reduce to an instance of form
instance (...) => MonadTrans (Q x)
• In the newtype declaration for ‘Q’
-T16181.hs:26:12: error:
+T16181.hs:26:12: error: [GHC-38996]
• Cannot eta-reduce to an instance of form instance (...) => C T
• In the data declaration for ‘T’