[commit: testsuite] master: Update test output (63176fa)

José Pedro Magalhães jpm at cs.uu.nl
Fri Mar 8 11:45:11 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/63176faa07094de0d16cb96f3082afe3e12a2218

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

commit 63176faa07094de0d16cb96f3082afe3e12a2218
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date:   Fri Mar 8 08:27:14 2013 +0000

    Update test output

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

 tests/deriving/should_fail/T2604.stderr |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/deriving/should_fail/T2604.stderr b/tests/deriving/should_fail/T2604.stderr
index fc53200..a733609 100644
--- a/tests/deriving/should_fail/T2604.stderr
+++ b/tests/deriving/should_fail/T2604.stderr
@@ -1,10 +1,10 @@
 
 T2604.hs:7:35:
-    Can't make a derived instance of ‛Typeable * (DList a)’:
+    Can't make a derived instance of ‛Typeable * DList’:
       You need -XDeriveDataTypeable to derive an instance for this class
     In the data declaration for ‛DList’
 
 T2604.hs:9:38:
-    Can't make a derived instance of ‛Typeable * (NList a)’:
+    Can't make a derived instance of ‛Typeable * NList’:
       You need -XDeriveDataTypeable to derive an instance for this class
     In the newtype declaration for ‛NList’





More information about the ghc-commits mailing list