diff options
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/EmptyCase009.stderr')
-rw-r--r-- | testsuite/tests/pmcheck/should_compile/EmptyCase009.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/EmptyCase009.stderr b/testsuite/tests/pmcheck/should_compile/EmptyCase009.stderr index 622493b446..7be9a48ad3 100644 --- a/testsuite/tests/pmcheck/should_compile/EmptyCase009.stderr +++ b/testsuite/tests/pmcheck/should_compile/EmptyCase009.stderr @@ -1,14 +1,14 @@ -EmptyCase009.hs:21:9: warning: [-Wincomplete-patterns (in -Wextra)] +EmptyCase009.hs:21:9: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type ‘Bar f’ not matched: Bar _ -EmptyCase009.hs:33:7: warning: [-Wincomplete-patterns (in -Wextra)] +EmptyCase009.hs:33:7: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a \case alternative: Patterns of type ‘Bar (DB ())’ not matched: Bar MkDB2_u -EmptyCase009.hs:42:7: warning: [-Wincomplete-patterns (in -Wextra)] +EmptyCase009.hs:42:7: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a \case alternative: Patterns of type ‘Bar GB’ not matched: Bar MkGB3 |