summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/complete_sigs/T14059b.stderr')
-rw-r--r--testsuite/tests/pmcheck/complete_sigs/T14059b.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr b/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr
index 8c8569c638..20c7b78ddc 100644
--- a/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr
+++ b/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr
@@ -2,9 +2,9 @@
T14059b.hs:23:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘wibble’:
- Patterns not matched: p where p is not one of {STrue}
+ Patterns of type ‘Sing z’ not matched: SFalse
T14059b.hs:26:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
In an equation for ‘wobble’:
- Patterns not matched: p where p is not one of {STooGoodToBeTrue}
+ Patterns of type ‘Sing z’ not matched: SFalse