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.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T2204.stderr b/testsuite/tests/pmcheck/should_compile/T2204.stderr
index e6ad7cf9ae..d2e6e0a434 100644
--- a/testsuite/tests/pmcheck/should_compile/T2204.stderr
+++ b/testsuite/tests/pmcheck/should_compile/T2204.stderr
@@ -2,10 +2,10 @@ 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'}
+ ['0']
+ ('0':p:_) where p is not one of {'1'}
...
T2204.hs:9:1: warning: