summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T12957.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T12957.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T12957.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T12957.stderr b/testsuite/tests/pmcheck/should_compile/T12957.stderr
index e062bb3bb1..abc5802cc2 100644
--- a/testsuite/tests/pmcheck/should_compile/T12957.stderr
+++ b/testsuite/tests/pmcheck/should_compile/T12957.stderr
@@ -1,9 +1,9 @@
-T12957.hs:4:5: warning: [-Wincomplete-patterns (in -Wextra)]
+T12957.hs:4:5: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In a case alternative:
Patterns of type ‘[GHC.Types.Any]’ not matched: []
-T12957.hs:4:16: warning: [-Woverlapping-patterns (in -Wdefault)]
+T12957.hs:4:16: warning: [GHC-53633] [-Woverlapping-patterns (in -Wdefault)]
Pattern match is redundant
In a case alternative: (_ : _) -> ...