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.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T2204.stderr b/testsuite/tests/pmcheck/should_compile/T2204.stderr
index 26f70352e2..49fcdf6f91 100644
--- a/testsuite/tests/pmcheck/should_compile/T2204.stderr
+++ b/testsuite/tests/pmcheck/should_compile/T2204.stderr
@@ -4,9 +4,9 @@ T2204.hs:6:1: warning: [-Wincomplete-patterns (in -Wextra)]
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 {'1'}
+ ('0':p:_:_) where p is not one of {'1'}
['0']
- (p:_) where p is not one of {'0'}
...
T2204.hs:9:1: warning: [-Wincomplete-patterns (in -Wextra)]