diff options
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/pmc007.stderr')
-rw-r--r-- | testsuite/tests/pmcheck/should_compile/pmc007.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/pmc007.stderr b/testsuite/tests/pmcheck/should_compile/pmc007.stderr index a68618d3f2..4b9f185ebf 100644 --- a/testsuite/tests/pmcheck/should_compile/pmc007.stderr +++ b/testsuite/tests/pmcheck/should_compile/pmc007.stderr @@ -1,11 +1,11 @@ -pmc007.hs:7:1: warning: [-Wincomplete-patterns (in -Wextra)] +pmc007.hs:7:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In an equation for ‘f’: Patterns of type ‘a’ not matched: p where p is not one of {"ab", "ac"} -pmc007.hs:12:1: warning: [-Wincomplete-patterns (in -Wextra)] +pmc007.hs:12:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In an equation for ‘g’: Patterns of type ‘String’ not matched: @@ -15,7 +15,7 @@ pmc007.hs:12:1: warning: [-Wincomplete-patterns (in -Wextra)] ('a':p:_) where p is not one of {'b', 'c'} ... -pmc007.hs:18:11: warning: [-Wincomplete-patterns (in -Wextra)] +pmc007.hs:18:11: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type ‘String’ not matched: |