From ad719b348abd31a1a58139b09f6ec44a1bdc031b Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 13 Mar 2001 17:19:07 +0000 Subject: [PATCH] [project @ 2001-03-13 17:16:52 by simonmar] update expected output --- ghc/tests/concurrent/should_run/conc018.stdout | 1 - ghc/tests/deSugar/should_compile/ds041.stderr | 2 +- ghc/tests/deSugar/should_compile/ds043.stderr | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) 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} -> ... -- 1.7.10.4