[commit: testsuite] master: We now have left/right coercions again, so T1999a passes (a70cdae)
Simon Peyton Jones <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/a70cdae4f2309caab52a414f943fda03288871e9 >--------------------------------------------------------------- commit a70cdae4f2309caab52a414f943fda03288871e9 Author: Simon Peyton Jones <[email protected]> Date: Tue Oct 2 16:24:10 2012 +0100 We now have left/right coercions again, so T1999a passes >--------------------------------------------------------------- tests/gadt/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/gadt/all.T b/tests/gadt/all.T index d846c64..2d1f00f 100644 --- a/tests/gadt/all.T +++ b/tests/gadt/all.T @@ -91,7 +91,7 @@ test('Session', normal, compile_and_run, ['']) test('CasePrune', normal, compile_and_run, ['']) test('T1999', normal, compile, ['']) -test('T1999a', expect_broken(1999), compile, ['']) +test('T1999a', normal, compile, ['']) test('T2587', normal, compile, ['']) test('T2040', normal, compile, [''])