Repository : ssh://darcs.haskell.org//srv/darcs/packages/random On branch : master
http://hackage.haskell.org/trac/ghc/changeset/eda121fbcf00771699a01fa3643c8c1b0202ffad >--------------------------------------------------------------- commit eda121fbcf00771699a01fa3643c8c1b0202ffad Author: Ryan Newton <[email protected]> Date: Thu Jul 28 17:00:27 2011 -0400 Cleaned up the previous change, removing commented line and all reference to opts. >--------------------------------------------------------------- tests/all.T | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/all.T b/tests/all.T index c0cb838..f1675ed 100644 --- a/tests/all.T +++ b/tests/all.T @@ -1,12 +1,10 @@ -# This lets me run tests from the test directory during development: -# opts = '-i.. -XCPP ' test('rangeTest', normal, compile_and_run, - [opts]) + ['']) test('random1283', reqlib('containers'), compile_and_run, - [opts + ' -package containers']) + [' -package containers']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
