[commit: testsuite] overlapping-tyfams: Changed expected output of one test to account for pretty-printer (063c8db)
Richard Eisenberg <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : overlapping-tyfams http://hackage.haskell.org/trac/ghc/changeset/063c8db1f41379c5425fce3f2b293ae01c59706e >--------------------------------------------------------------- commit 063c8db1f41379c5425fce3f2b293ae01c59706e Author: Richard Eisenberg <[email protected]> Date: Thu Dec 6 21:15:54 2012 -0500 Changed expected output of one test to account for pretty-printer change. >--------------------------------------------------------------- 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 30b5e01..b7bedae 100644 --- a/tests/indexed-types/should_compile/T3017.stderr +++ b/tests/indexed-types/should_compile/T3017.stderr @@ -15,7 +15,7 @@ TYPE CONSTRUCTORS = L :: forall a. [a] -> ListColl a Stricts: _ FamilyInstance: none COERCION AXIOMS - axiom Foo.TFCo:R:ElemListColl forall a. Elem (ListColl a) ~# a + axiom Foo.TFCo:R:ElemListColl :: forall a. Elem (ListColl a) ~# a INSTANCES instance Coll (ListColl a) -- Defined at T3017.hs:12:11 FAMILY INSTANCES