summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T2204.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T2204.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T2204.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T2204.stderr b/testsuite/tests/pmcheck/should_compile/T2204.stderr
new file mode 100644
index 0000000000..e6ad7cf9ae
--- /dev/null
+++ b/testsuite/tests/pmcheck/should_compile/T2204.stderr
@@ -0,0 +1,14 @@
+T2204.hs:6:1: warning:
+ Pattern match(es) are non-exhaustive
+ In an equation for ā€˜fā€™:
+ Patterns not matched:
+ ('0':'1':_:_)
+ ('0':p:_) where p is not one of {'1'}
+ ['0']
+ (p:_) where p is not one of {'0'}
+ ...
+
+T2204.hs:9:1: warning:
+ Pattern match(es) are non-exhaustive
+ In an equation for ā€˜gā€™:
+ Patterns not matched: p where p is not one of {0}