Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/de507771ea819ffb685b18128971e1d7df81cd5b >--------------------------------------------------------------- commit de507771ea819ffb685b18128971e1d7df81cd5b Author: Simon Peyton Jones <[email protected]> Date: Wed Nov 16 09:52:48 2011 +0000 Trac #5603 is fixed >--------------------------------------------------------------- tests/simplCore/should_run/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/simplCore/should_run/all.T b/tests/simplCore/should_run/all.T index fedcf8b..bf89c96 100644 --- a/tests/simplCore/should_run/all.T +++ b/tests/simplCore/should_run/all.T @@ -48,4 +48,4 @@ test('T5315', normal, compile_and_run, ['']) test('T5453', normal, compile_and_run, ['']) test('T5441', extra_clean(['T5441a.o','T5441a.hi']), multimod_compile_and_run, ['T5441','']) -test('T5603', expect_broken(5603), compile_and_run, ['']) +test('T5603', normal, compile_and_run, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
