summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T2204.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T2204.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T2204.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T2204.stderr b/testsuite/tests/pmcheck/should_compile/T2204.stderr
index 5bd3dba322..6bf7708523 100644
--- a/testsuite/tests/pmcheck/should_compile/T2204.stderr
+++ b/testsuite/tests/pmcheck/should_compile/T2204.stderr
@@ -1,5 +1,5 @@
-T2204.hs:6:1: warning: [-Wincomplete-patterns (in -Wextra)]
+T2204.hs:6:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘f’:
Patterns of type ‘String’ not matched:
@@ -9,7 +9,7 @@ T2204.hs:6:1: warning: [-Wincomplete-patterns (in -Wextra)]
('0':p:_) where p is not one of {'1'}
...
-T2204.hs:9:1: warning: [-Wincomplete-patterns (in -Wextra)]
+T2204.hs:9:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘g’:
Patterns of type ‘Int’ not matched: p where p is not one of {0}