summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T14135.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/T14135.stderr')
-rw-r--r--testsuite/tests/deSugar/should_compile/T14135.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T14135.stderr b/testsuite/tests/deSugar/should_compile/T14135.stderr
index ec0a340bcc..8674cbff66 100644
--- a/testsuite/tests/deSugar/should_compile/T14135.stderr
+++ b/testsuite/tests/deSugar/should_compile/T14135.stderr
@@ -1,4 +1,5 @@
T14135.hs:16:1: warning: [-Wincomplete-patterns (in -Wextra)]
Pattern match(es) are non-exhaustive
- In an equation for ‘f’: Patterns not matched: Foo2 _
+ In an equation for ‘f’:
+ Patterns of type ‘Foo a’ not matched: Foo2 _