Repository : ssh://g...@git.haskell.org/testsuite On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/c2a4b87071732f9336b255c6a469cd0d0c6eaf1a/testsuite
>--------------------------------------------------------------- commit c2a4b87071732f9336b255c6a469cd0d0c6eaf1a Author: Simon Marlow <marlo...@gmail.com> Date: Fri Oct 11 10:36:52 2013 +0100 don't need ghci_way_flags, the ghc package works all ways >--------------------------------------------------------------- c2a4b87071732f9336b255c6a469cd0d0c6eaf1a tests/ghc-api/dynCompileExpr/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ghc-api/dynCompileExpr/all.T b/tests/ghc-api/dynCompileExpr/all.T index eaca3d8..c6034ea 100644 --- a/tests/ghc-api/dynCompileExpr/all.T +++ b/tests/ghc-api/dynCompileExpr/all.T @@ -2,4 +2,4 @@ test('dynCompileExpr', [ extra_run_opts('"' + config.libdir + '"'), when(opsys('mingw32'), expect_broken_for(5987, ['dyn'])), omit_ways(prof_ways) ], # cannot run interpreted code with -prof - compile_and_run, ['-package ghc ' + config.ghci_way_flags]) + compile_and_run, ['-package ghc']) _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits