X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds002.stderr;h=beaeb336242ba9f93814c513466c07c115d44f4d;hb=0b36e0020f306c31f8e1dae9e3d0ad97ccd6aa37;hp=facbd68204d3ec678465d20264c01c8eaf15cf11;hpb=b2170318027ec00dbd71c29b9bd561a3956fa7f3;p=ghc-hetmet.git diff --git a/ghc/tests/deSugar/should_compile/ds002.stderr b/ghc/tests/deSugar/should_compile/ds002.stderr index facbd68..beaeb33 100644 --- a/ghc/tests/deSugar/should_compile/ds002.stderr +++ b/ghc/tests/deSugar/should_compile/ds002.stderr @@ -1,8 +1,8 @@ -ds002.hs:11: - Pattern match(es) are overlapped in the definition of function `g' - x y z = ... -ds002.hs:7: - Pattern match(es) are overlapped in the definition of function `f' - y = ... - z = ... +ds002.hs:7: Pattern match(es) are overlapped in the definition of function `f': + f y = ... + f z = ... + +ds002.hs:11: Pattern match(es) are overlapped in the definition of function `g': + g x y z = ... +