diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-02 13:31:22 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-02 13:31:22 +0000 |
commit | c838eb11a42b36787435e4b0795f8c34f73178c0 (patch) | |
tree | a1f38a82eb3e28173a2e633ddb75d842656539d8 /testsuite/tests/plugins/all.T | |
parent | e1fffa6c1f97b2395c11a2ff93d75af3b203f33e (diff) | |
download | haskell-c838eb11a42b36787435e4b0795f8c34f73178c0.tar.gz |
Try to set flags for some tests involving TH right
this tries to imporve upon 435c5955359d6e46a2fb905231678ac37ac0e71a.
Diffstat (limited to 'testsuite/tests/plugins/all.T')
-rw-r--r-- | testsuite/tests/plugins/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index 7e5f9b407d..50406c30d6 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -34,7 +34,6 @@ test('plugins05', test('plugins06', [ extra_clean(['LinkerTicklingPlugin.hi', 'LinkerTicklingPlugin.o']), - unless(have_dynamic(),skip), only_ways([config.ghc_plugin_way]) ], - multimod_compile_and_run, ['plugins06', '-package ghc']) + multimod_compile_and_run, ['plugins06', '-package ghc ' + config.ghc_th_way_flags ]) |