summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T17729.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T17729.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T17729.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T17729.stderr b/testsuite/tests/pmcheck/should_compile/T17729.stderr
index ac4f31fcfa..edc7900388 100644
--- a/testsuite/tests/pmcheck/should_compile/T17729.stderr
+++ b/testsuite/tests/pmcheck/should_compile/T17729.stderr
@@ -1,4 +1,5 @@
T17729.hs:5:17: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
- In a case alternative: Patterns not matched: ((Just _), ())
+ In a case alternative:
+ Patterns of type ‘(Maybe a, ())’ not matched: ((Just _), ())