diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds003.stderr-ghc')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/ds003.stderr-ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc index f12789da42..1b4c018b62 100644 --- a/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc +++ b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc @@ -1,6 +1,6 @@ ds003.hs:5:1: Warning: Pattern match(es) are overlapped - In an equation for âfâ: + In an equation for âfâ: f (x : x1 : x2 : x3) ~(y, ys) z = ... f x y True = ... |