diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-09 18:45:21 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-07-18 20:55:11 -0400 |
commit | 49dcbf8642f74cf52463ef458f13ff59ed8eafa5 (patch) | |
tree | b25b9c3d612eabe5aff1c59bda4afa938155f3f7 /testsuite/tests/plugins | |
parent | b3df1efb539dc42d10d8685a7ca2aaf315e21af1 (diff) | |
download | haskell-49dcbf8642f74cf52463ef458f13ff59ed8eafa5.tar.gz |
testsuite: Mark test-hole-plugin as req_th
This requires code loading and therefore can't be run in the profiled
ways when GHC is dynamically linked.
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r-- | testsuite/tests/plugins/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index aae264cb9d..e6252b29ce 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -211,6 +211,7 @@ test('T16260', test('test-hole-plugin', [extra_files(['hole-fit-plugin/']), pre_cmd('$MAKE -s --no-print-directory -C hole-fit-plugin package.hole-fit-plugin TOP={top}'), - extra_hc_opts('-package-db hole-fit-plugin/pkg.hole-fit-plugin/local.package.conf '+ config.plugin_way_flags) + extra_hc_opts('-package-db hole-fit-plugin/pkg.hole-fit-plugin/local.package.conf '+ config.plugin_way_flags), + req_th ], compile, ['-fdefer-typed-holes']) |