summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T20642.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T20642.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T20642.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T20642.stderr b/testsuite/tests/pmcheck/should_compile/T20642.stderr
index 3843b53045..184092e046 100644
--- a/testsuite/tests/pmcheck/should_compile/T20642.stderr
+++ b/testsuite/tests/pmcheck/should_compile/T20642.stderr
@@ -1,17 +1,17 @@
-T20642.hs:10:3: warning: [-Wincomplete-uni-patterns (in -Wall)]
+T20642.hs:10:3: warning: [GHC-62161] [-Wincomplete-uni-patterns (in -Wall)]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ‘([a], [a])’ not matched: (_, [])
-T20642.hs:14:7: warning: [-Wincomplete-patterns (in -Wextra)]
+T20642.hs:14:7: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In a case alternative:
Patterns of type ‘Maybe a’ not matched:
Nothing
Just _
-T20642.hs:18:1: warning: [-Wincomplete-patterns (in -Wextra)]
+T20642.hs:18:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘g’:
Patterns of type ‘(Bool, [a])’ not matched: (_, (_:_))