summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/pmc005.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/pmc005.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/pmc005.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/pmc005.stderr b/testsuite/tests/pmcheck/should_compile/pmc005.stderr
index b7b9cac5f3..8cc9eaffcb 100644
--- a/testsuite/tests/pmcheck/should_compile/pmc005.stderr
+++ b/testsuite/tests/pmcheck/should_compile/pmc005.stderr
@@ -1,7 +1,8 @@
pmc005.hs:11:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
- In an equation for ‘foo’: Patterns not matched: TBool TBool
+ In an equation for ‘foo’:
+ Patterns of type ‘T c’, ‘T c’ not matched: TBool TBool
pmc005.hs:12:1: warning: [-Woverlapping-patterns (in -Wdefault)]
Pattern match has inaccessible right hand side