diff options
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/EmptyCase008.stderr')
-rw-r--r-- | testsuite/tests/pmcheck/should_compile/EmptyCase008.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/EmptyCase008.stderr b/testsuite/tests/pmcheck/should_compile/EmptyCase008.stderr index 66e70e0a7e..1ca24e8b33 100644 --- a/testsuite/tests/pmcheck/should_compile/EmptyCase008.stderr +++ b/testsuite/tests/pmcheck/should_compile/EmptyCase008.stderr @@ -1,22 +1,22 @@ -EmptyCase008.hs:17:7: warning: [-Wincomplete-patterns (in -Wextra)] +EmptyCase008.hs:17:7: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a \case alternative: Patterns of type ‘Foo3 Int’ not matched: Foo3 (MkDA1 _) Foo3 MkDA2 -EmptyCase008.hs:21:7: warning: [-Wincomplete-patterns (in -Wextra)] +EmptyCase008.hs:21:7: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a \case alternative: Patterns of type ‘Foo3 a’ not matched: Foo3 _ -EmptyCase008.hs:40:7: warning: [-Wincomplete-patterns (in -Wextra)] +EmptyCase008.hs:40:7: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a \case alternative: Patterns of type ‘Foo4 Int ()’ not matched: Foo4 MkDB1 -EmptyCase008.hs:48:7: warning: [-Wincomplete-patterns (in -Wextra)] +EmptyCase008.hs:48:7: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In a \case alternative: Patterns of type ‘Foo4 a b’ not matched: Foo4 _ |