[commit: testsuite] master: Magic incantation to make T7918 work on Linux (6b75cb0)

git at git.haskell.org git at git.haskell.org
Wed Sep 4 15:46:42 CEST 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6b75cb017e0f3abf941c1f5b9e95b91ad03cdadd/testsuite

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

commit 6b75cb017e0f3abf941c1f5b9e95b91ad03cdadd
Author: Edsko de Vries <edsko at well-typed.com>
Date:   Wed Sep 4 14:44:48 2013 +0100

    Magic incantation to make T7918 work on Linux
    
    This should solve the issue reported by a few people about missing symbols. Not
    sure why this wasn't necessary on OSX.


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

6b75cb017e0f3abf941c1f5b9e95b91ad03cdadd
 tests/quasiquotation/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/quasiquotation/all.T b/tests/quasiquotation/all.T
index 63f6298..9f0335a 100644
--- a/tests/quasiquotation/all.T
+++ b/tests/quasiquotation/all.T
@@ -15,4 +15,4 @@ test('T7918',
        extra_clean(['T7918A.hi', 'T7918A.o', 'T7918A.dyn_hi', 'T7918A.dyn_o', 
                     'T7918B.hi', 'T7918B.o', 'T7918B.dyn_hi', 'T7918B.dyn_o'])],
       compile_and_run,
-      ['-package ghc'])
+      ['-package ghc ' + config.ghc_th_way_flags])





More information about the ghc-commits mailing list