summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T17219.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T17219.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T17219.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T17219.stderr b/testsuite/tests/pmcheck/should_compile/T17219.stderr
new file mode 100644
index 0000000000..3ec5471429
--- /dev/null
+++ b/testsuite/tests/pmcheck/should_compile/T17219.stderr
@@ -0,0 +1,8 @@
+
+T17219.hs:9:1: warning: [-Wincomplete-patterns (in -Wextra)]
+ Pattern match(es) are non-exhaustive
+ In an equation for ‘f’:
+ Patterns not matched:
+ (0:_:_)
+ (p:_) where p is not one of {0}
+ []