Repository : ssh://darcs.haskell.org//srv/darcs/packages/process On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/d26eba94031fb129c40e6441f9960f315b1010f9 >--------------------------------------------------------------- commit d26eba94031fb129c40e6441f9960f315b1010f9 Author: Simon Marlow <[email protected]> Date: Mon Jan 16 16:25:34 2012 +0000 Fix processo004(ghci) on Windows >--------------------------------------------------------------- tests/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/all.T b/tests/all.T index 3998bd0..3b51e67 100644 --- a/tests/all.T +++ b/tests/all.T @@ -7,7 +7,7 @@ if config.platform == "i386-unknown-mingw32": else: proc004_config = normal -test('process004', proc004_config, compile_and_run, ['']) +test('process004', [ proc004_config, normalise_exe ], compile_and_run, ['']) test('1780', normal, compile_and_run, ['']) test('process005', normal, compile_and_run, ['']) test('process006', normal, compile_and_run, ['']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
