diff options
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T18572.stderr')
-rw-r--r-- | testsuite/tests/pmcheck/should_compile/T18572.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T18572.stderr b/testsuite/tests/pmcheck/should_compile/T18572.stderr index 15d9f7c5b5..a5d14d5c33 100644 --- a/testsuite/tests/pmcheck/should_compile/T18572.stderr +++ b/testsuite/tests/pmcheck/should_compile/T18572.stderr @@ -13,4 +13,5 @@ T18572.hs:12:1: warning: [-Woverlapping-patterns (in -Wdefault)] T18572.hs:12:1: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive - In a pattern binding: Patterns not matched: SFalse + In a pattern binding: + Patterns of type ‘SBool 'False’ not matched: SFalse |