Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b8f80a5dd7df9ab337bc2ac0d44b9128cb8f5bc6 >--------------------------------------------------------------- commit b8f80a5dd7df9ab337bc2ac0d44b9128cb8f5bc6 Author: Simon Peyton Jones <[email protected]> Date: Thu Apr 5 13:36:03 2012 +0100 Actually test T5022! >--------------------------------------------------------------- tests/arrows/should_compile/all.T | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/arrows/should_compile/all.T b/tests/arrows/should_compile/all.T index ab40907..24e95e8 100644 --- a/tests/arrows/should_compile/all.T +++ b/tests/arrows/should_compile/all.T @@ -17,3 +17,4 @@ test('arrowpat', normal, compile, ['']) test('T3964', normal, compile, ['']) test('T5283', normal, compile, ['']) test('T5267', expect_broken(5605), compile, ['']) +test('T5022', normal, compile, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
