summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/pmc005.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/pmc005.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/pmc005.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/pmc005.stderr b/testsuite/tests/pmcheck/should_compile/pmc005.stderr
index 8cc9eaffcb..4cdb6cdacf 100644
--- a/testsuite/tests/pmcheck/should_compile/pmc005.stderr
+++ b/testsuite/tests/pmcheck/should_compile/pmc005.stderr
@@ -1,9 +1,9 @@
-pmc005.hs:11:1: warning: [-Wincomplete-patterns (in -Wextra)]
+pmc005.hs:11:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘foo’:
- Patterns of type ‘T c’, ‘T c’ not matched: TBool TBool
+ Patterns of type ‘T c’, ‘T c’ not matched: TBool TBool
-pmc005.hs:12:1: warning: [-Woverlapping-patterns (in -Wdefault)]
+pmc005.hs:12:1: warning: [GHC-94210] [-Woverlapping-patterns (in -Wdefault)]
Pattern match has inaccessible right hand side
In an equation for ‘foo’: foo _ TList = ...