[commit: testsuite] master: Follow changes in pretty printing (9a1f33e)
Simon Peyton Jones
simonpj at microsoft.com
Thu Apr 26 13:35:45 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9a1f33e40864d99d22cdcf8fc9c02a012206a741
>---------------------------------------------------------------
commit 9a1f33e40864d99d22cdcf8fc9c02a012206a741
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Apr 26 12:34:15 2012 +0100
Follow changes in pretty printing
>---------------------------------------------------------------
tests/indexed-types/should_compile/T3017.stderr | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/indexed-types/should_compile/T3017.stderr b/tests/indexed-types/should_compile/T3017.stderr
index 5df49d5..f1322d6 100644
--- a/tests/indexed-types/should_compile/T3017.stderr
+++ b/tests/indexed-types/should_compile/T3017.stderr
@@ -14,7 +14,7 @@ TYPE CONSTRUCTORS
= L :: forall a. [a] -> ListColl a Stricts: _
FamilyInstance: none
COERCION AXIOMS
- axiom Foo.TFCo:R:ElemListColl [a] :: Elem (ListColl a) ~# a
+ axiom Foo.TFCo:R:ElemListColl a :: Elem (ListColl a) ~# a
INSTANCES
instance Coll (ListColl a) -- Defined at T3017.hs:12:11
FAMILY INSTANCES
More information about the Cvs-ghc
mailing list