[project @ 2001-03-13 17:16:52 by simonmar]
authorsimonmar <unknown>
Tue, 13 Mar 2001 17:19:07 +0000 (17:19 +0000)
committersimonmar <unknown>
Tue, 13 Mar 2001 17:19:07 +0000 (17:19 +0000)
update expected output

ghc/tests/concurrent/should_run/conc018.stdout
ghc/tests/deSugar/should_compile/ds041.stderr
ghc/tests/deSugar/should_compile/ds043.stderr

index b4a265e..536e038 100644 (file)
@@ -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 {}
index d38fe2e..7a02594 100644 (file)
@@ -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} -> ...