Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e7731a46909374c5accb549ddd9f64ef3e66e435 >--------------------------------------------------------------- commit e7731a46909374c5accb549ddd9f64ef3e66e435 Author: Simon Peyton Jones <[email protected]> Date: Thu Jun 23 08:19:37 2011 +0100 InstEqContext and InstEqContext3 both pass now (superclass equalities work) >--------------------------------------------------------------- .../ghc-regress/indexed-types/should_compile/all.T | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ghc-regress/indexed-types/should_compile/all.T b/tests/ghc-regress/indexed-types/should_compile/all.T index a5b6130..c28a54a 100644 --- a/tests/ghc-regress/indexed-types/should_compile/all.T +++ b/tests/ghc-regress/indexed-types/should_compile/all.T @@ -99,9 +99,9 @@ test('Col2', normal, compile, ['']) test('ColGivenCheck', normal, compile, ['']) test('ColGivenCheck2', normal, compile, ['']) -test('InstEqContext', expect_fail, compile, ['']) +test('InstEqContext', normal, compile, ['']) test('InstEqContext2', normal, compile, ['']) -test('InstEqContext3', expect_fail, compile, ['']) +test('InstEqContext3', normal, compile, ['']) test('InstContextNorm', normal, compile, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
