Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d249948567dbbb8e8f1287a18cde94d471be285c >--------------------------------------------------------------- commit d249948567dbbb8e8f1287a18cde94d471be285c Author: Simon Marlow <[email protected]> Date: Tue Dec 11 14:54:18 2012 +0000 add stm064 test >--------------------------------------------------------------- tests/all.T | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/all.T b/tests/all.T index d1d6a33..375c7f6 100644 --- a/tests/all.T +++ b/tests/all.T @@ -38,3 +38,4 @@ test('stm063', skip_if_fast, compile_and_run, ['-package stm']) test('2411', ignore_output, compile_and_run, ['-package stm']) test('3049', normal, compile_and_run, ['-package stm']) test('4057', normal, compile_and_run, ['-package stm']) +test('stm064', normal, compile_and_run, ['-package stm']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
