Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/22cd987f44eb1ae14de3575fd2713ed47951060a >--------------------------------------------------------------- commit 22cd987f44eb1ae14de3575fd2713ed47951060a Author: Ian Lynagh <[email protected]> Date: Thu Oct 11 12:15:06 2012 +0100 Add 'high_memory_usage' as an alias for 'alone' >--------------------------------------------------------------- driver/testlib.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/driver/testlib.py b/driver/testlib.py index 13b6a2f..74b8b66 100644 --- a/driver/testlib.py +++ b/driver/testlib.py @@ -438,6 +438,9 @@ def unless_tag( tag, f ): def alone(opts): opts.alone = True +def high_memory_usage(opts): + opts.alone = True + # --- def literate( opts ): opts.literate = 1; _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
