diff options
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T9951b.stderr')
-rw-r--r-- | testsuite/tests/pmcheck/should_compile/T9951b.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T9951b.stderr b/testsuite/tests/pmcheck/should_compile/T9951b.stderr index c9536b3160..65198db65f 100644 --- a/testsuite/tests/pmcheck/should_compile/T9951b.stderr +++ b/testsuite/tests/pmcheck/should_compile/T9951b.stderr @@ -2,7 +2,7 @@ T9951b.hs:7:1: warning: [-Wincomplete-patterns (in -Wextra)] Pattern match(es) are non-exhaustive In an equation for ‘f’: - Patterns not matched: + Patterns of type ‘String’ not matched: [] [p] where p is not one of {'a'} (p:_:_) where p is not one of {'a'} |