summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc214.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc214.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc214.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc214.stderr b/testsuite/tests/typecheck/should_compile/tc214.stderr
index de6b340e4b..6751f31a5c 100644
--- a/testsuite/tests/typecheck/should_compile/tc214.stderr
+++ b/testsuite/tests/typecheck/should_compile/tc214.stderr
@@ -1,9 +1,9 @@
-tc214.hs:19:1: warning: [-Woverlapping-patterns (in -Wdefault)]
+tc214.hs:19:1: warning: [GHC-94210] [-Woverlapping-patterns (in -Wdefault)]
Pattern match has inaccessible right hand side
In an equation for ‘bar2’: bar2 (F2 _) = ...
-tc214.hs:19:7: warning: [-Winaccessible-code (in -Wdefault)]
+tc214.hs:19:7: warning: [GHC-40564] [-Winaccessible-code (in -Wdefault)]
• Inaccessible code in
a pattern with constructor: F2 :: forall a. a -> Foo2 [a],
in an equation for ‘bar2’