diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds002.stderr-ghc')
-rw-r--r-- | testsuite/tests/deSugar/should_compile/ds002.stderr-ghc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc index c526e0db48..fe4ec94873 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’: + 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 = ... + In an equation for ‘g’: g x y z = ... |