Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/40bb3951297e87a37ecb4c9d2110c849227935ca >--------------------------------------------------------------- commit 40bb3951297e87a37ecb4c9d2110c849227935ca Author: Simon Marlow <[email protected]> Date: Mon Jan 9 11:59:18 2012 +0000 add reqlib('random') >--------------------------------------------------------------- tests/concurrent/2317/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/concurrent/2317/all.T b/tests/concurrent/2317/all.T index 80b46f8..ab4e890 100644 --- a/tests/concurrent/2317/all.T +++ b/tests/concurrent/2317/all.T @@ -1,5 +1,5 @@ test('2317', [skip_if_fast, - reqlib('parallel')], + reqlib('parallel'), reqlib('random')], multimod_compile_and_run, ['2317','']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
