diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds002.stderr-ghc')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/ds002.stderr-ghc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc index baf7ffde53..c526e0db48 100644 --- a/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc +++ b/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc @@ -1,10 +1,10 @@ -ds002.hs:7:1: - Warning: Pattern match(es) are overlapped - In an equation for `f': - f y = ... - f z = ... +ds002.hs:7:1: Warning: + Pattern match(es) are overlapped + In an equation for āfā: + f y = ... + f z = ... -ds002.hs:11:1: - Warning: Pattern match(es) are overlapped - In an equation for `g': g x y z = ... +ds002.hs:11:1: Warning: + Pattern match(es) are overlapped + In an equation for āgā: g x y z = ... |