[commit: testsuite] master: Tweak test as a result of fixing #4175 (dfc87c8)

Simon Peyton Jones simonpj at microsoft.com
Fri Mar 15 16:54:42 CET 2013


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

On branch  : master

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

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

commit dfc87c87d9c78b57760b5aae52c429b115eb33e7
Author: Patrick Palka <patrick at parcs.ath.cx>
Date:   Thu Mar 14 15:01:54 2013 -0400

    Tweak test as a result of fixing #4175
    
    The test calls ":info" on an associate type, so now the output also
    contains the associated type's instances.

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

 tests/ghci/scripts/T5417.stdout |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/ghci/scripts/T5417.stdout b/tests/ghci/scripts/T5417.stdout
index 4556d1d..ec42e18 100644
--- a/tests/ghci/scripts/T5417.stdout
+++ b/tests/ghci/scripts/T5417.stdout
@@ -4,3 +4,4 @@ data family D a
 class C.C1 a where
   data family C.F a
   	-- Defined at T5417a.hs:5:10
+data C.F (B1 a) -- Defined at T5417.hs:8:10





More information about the ghc-commits mailing list