diff options
author | Edsko de Vries <edsko@well-typed.com> | 2013-09-04 14:44:48 +0100 |
---|---|---|
committer | Edsko de Vries <edsko@well-typed.com> | 2013-09-04 14:45:59 +0100 |
commit | 8c16eb5e1e07cf432af535d0a2d3ae434a34ed6b (patch) | |
tree | 4add5004a7aa326c96db5f8b72bcf529884d7a89 /testsuite/tests/quasiquotation | |
parent | cab84ec1fb2b07722ee63960aa65fc2515cbcc9f (diff) | |
download | haskell-8c16eb5e1e07cf432af535d0a2d3ae434a34ed6b.tar.gz |
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.
Diffstat (limited to 'testsuite/tests/quasiquotation')
-rw-r--r-- | testsuite/tests/quasiquotation/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quasiquotation/all.T b/testsuite/tests/quasiquotation/all.T index 63f6298c35..9f0335a591 100644 --- a/testsuite/tests/quasiquotation/all.T +++ b/testsuite/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]) |