[commit: testsuite] master: Fix T5555 with dynamic ghci (bbfe8d5)

Ian Lynagh igloo at earth.li
Sun Mar 17 01:49:53 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/bbfe8d52455c7b33b4d66dbdebf38c4906197d10

>---------------------------------------------------------------

commit bbfe8d52455c7b33b4d66dbdebf38c4906197d10
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Mar 16 20:29:52 2013 +0000

    Fix T5555 with dynamic ghci

>---------------------------------------------------------------

 tests/th/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/th/all.T b/tests/th/all.T
index 2af5cf8..5ff833e 100644
--- a/tests/th/all.T
+++ b/tests/th/all.T
@@ -242,7 +242,7 @@ test('T5984', extra_clean(['T5984_Lib.hi', 'T5984_Lib.o']),
               multimod_compile,
               ['T5984', '-v0 -ddump-splices ' + config.ghc_th_way_flags])
 test('T5555', extra_clean(['T5555_Lib.hi', 'T5555_Lib.o']),
-              multimod_compile, ['T5555', '-v0'])
+              multimod_compile, ['T5555', '-v0 ' + config.ghc_th_way_flags])
 test('T5976', normal, compile_fail, ['-v0'])
 test('T5795', normal, compile_fail, ['-v0'])
 test('T6005', normal, compile, ['-v0'])





More information about the ghc-commits mailing list