summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/complete_sigs/T14059a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/complete_sigs/T14059a.stderr')
-rw-r--r--testsuite/tests/pmcheck/complete_sigs/T14059a.stderr6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/pmcheck/complete_sigs/T14059a.stderr b/testsuite/tests/pmcheck/complete_sigs/T14059a.stderr
index 4a52c97dfe..47a92504fb 100644
--- a/testsuite/tests/pmcheck/complete_sigs/T14059a.stderr
+++ b/testsuite/tests/pmcheck/complete_sigs/T14059a.stderr
@@ -1,8 +1,10 @@
T14059a.hs:20:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
- In an equation for ‘wibble’: Patterns not matched: SFalse
+ In an equation for ‘wibble’:
+ Patterns of type ‘SBool z’ not matched: SFalse
T14059a.hs:23:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
- In an equation for ‘wobble’: Patterns not matched: SFalse
+ In an equation for ‘wobble’:
+ Patterns of type ‘SBool z’ not matched: SFalse