Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ea7d896ec6629f299651d808dd91a52af235df09 >--------------------------------------------------------------- commit ea7d896ec6629f299651d808dd91a52af235df09 Author: Ian Lynagh <[email protected]> Date: Thu Jul 14 15:10:38 2011 +0100 Mark a test as needing the interpreter >--------------------------------------------------------------- tests/ghc_ghci/test.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/ghc_ghci/test.T b/tests/ghc_ghci/test.T index 93d4530..28fe957 100644 --- a/tests/ghc_ghci/test.T +++ b/tests/ghc_ghci/test.T @@ -2,7 +2,8 @@ test('hpc_ghc_ghci', [only_ways(['normal']), only_compiler_types(['ghc']), - if_compiler_profiled(skip)], + if_compiler_profiled(skip), + req_interp], run_command, ['$MAKE -s --no-print-directory hpc_ghc_ghci']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
