summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr
diff options
context:
space:
mode:
authorsheaf <sam.derbyshire@gmail.com>2022-09-13 10:22:05 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-13 10:27:53 -0400
commit362cca13858faf7e1158273780ea900e7dad5827 (patch)
tree468c06697b2a6ef3f65b79a469a131d279f71deb /testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr
parent65a0bd69ac1fb59047cd4c8554a8fc756c7b3476 (diff)
downloadhaskell-362cca13858faf7e1158273780ea900e7dad5827.tar.gz
Diagnostic codes: acccept test changes
The testsuite output now contains diagnostic codes, so many tests need to be updated at once. We decided it was best to keep the diagnostic codes in the testsuite output, so that contributors don't inadvertently make changes to the diagnostic codes.
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr b/testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr
index f475a3ea5d..6c11b4ae91 100644
--- a/testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr
@@ -1,5 +1,5 @@
-drvfail-foldable-traversable1.hs:9:23: error:
+drvfail-foldable-traversable1.hs:9:23: error: [GHC-39999]
• No instance for ‘Functor Trivial1’
arising from the 'deriving' clause of a data type declaration
Possible fix:
@@ -7,7 +7,7 @@ drvfail-foldable-traversable1.hs:9:23: error:
so you can specify the instance context yourself
• When deriving the instance for (Traversable Trivial1)
-drvfail-foldable-traversable1.hs:13:22: error:
+drvfail-foldable-traversable1.hs:13:22: error: [GHC-39999]
• No instance for ‘Foldable Trivial2’
arising from the 'deriving' clause of a data type declaration
Possible fix:
@@ -15,12 +15,12 @@ drvfail-foldable-traversable1.hs:13:22: error:
so you can specify the instance context yourself
• When deriving the instance for (Traversable Trivial2)
-drvfail-foldable-traversable1.hs:17:22: error:
+drvfail-foldable-traversable1.hs:17:22: error: [GHC-16437]
• Can't make a derived instance of ‘Foldable Infinite’:
Constructor ‘Infinite’ must not contain function types
• In the data declaration for ‘Infinite’
-drvfail-foldable-traversable1.hs:21:22: error:
+drvfail-foldable-traversable1.hs:21:22: error: [GHC-16437]
• Can't make a derived instance of ‘Traversable (Cont r)’:
Constructor ‘Cont’ must not contain function types
• In the data declaration for ‘Cont’