[commit: testsuite] master: Accept error message wibble (bfd4058)

Simon Peyton Jones simonpj at microsoft.com
Mon Aug 8 13:30:58 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/bfd405810a508eb72383956df30126b39daaf311

>---------------------------------------------------------------

commit bfd405810a508eb72383956df30126b39daaf311
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Aug 8 12:30:31 2011 +0100

    Accept error message wibble
    
    Part of fixing Trac #5385.

>---------------------------------------------------------------

 tests/module/mod90.stderr |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/module/mod90.stderr b/tests/module/mod90.stderr
index a5c03e0..7cc0b10 100644
--- a/tests/module/mod90.stderr
+++ b/tests/module/mod90.stderr
@@ -3,6 +3,6 @@ mod90.hs:3:16:
     In module `Prelude':
       `Left' is a data constructor of `Either'
     To import it use
-      `import Prelude (Either (Left))'
+      `import' Prelude( Either( Left ) )
     or
-      `import Prelude (Either (..))'
+      `import' Prelude( Either(..) )





More information about the Cvs-ghc mailing list