From: simonmar Date: Tue, 13 Mar 2001 17:19:07 +0000 (+0000) Subject: [project @ 2001-03-13 17:16:52 by simonmar] X-Git-Tag: Approximately_9120_patches~2424 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ad719b348abd31a1a58139b09f6ec44a1bdc031b;p=ghc-hetmet.git [project @ 2001-03-13 17:16:52 by simonmar] update expected output --- diff --git a/ghc/tests/concurrent/should_run/conc018.stdout b/ghc/tests/concurrent/should_run/conc018.stdout index 735e880..e69de29 100644 --- a/ghc/tests/concurrent/should_run/conc018.stdout +++ b/ghc/tests/concurrent/should_run/conc018.stdout @@ -1 +0,0 @@ -putMVar: full MVar diff --git a/ghc/tests/deSugar/should_compile/ds041.stderr b/ghc/tests/deSugar/should_compile/ds041.stderr index b4a265e..536e038 100644 --- a/ghc/tests/deSugar/should_compile/ds041.stderr +++ b/ghc/tests/deSugar/should_compile/ds041.stderr @@ -2,4 +2,4 @@ ds041.hs:15: Warning: Field `x' is not initialised In the record construction: Foo {} - In the right-hand side of an equation for `foo': Foo {} + in the definition of function `foo': Foo {} diff --git a/ghc/tests/deSugar/should_compile/ds043.stderr b/ghc/tests/deSugar/should_compile/ds043.stderr index d38fe2e..7a02594 100644 --- a/ghc/tests/deSugar/should_compile/ds043.stderr +++ b/ghc/tests/deSugar/should_compile/ds043.stderr @@ -1,4 +1,3 @@ -ds043.hs:8: Warning: Pattern match(es) are overlapped in a group of case alternatives beginning - (B _ _ _ _ True False): +ds043.hs:8: Warning: Pattern match(es) are overlapped in a group of case alternatives beginning (B _ _ _ _ True False): B {e = True, f = False} -> ...