summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-07-09 18:45:21 -0400
committerBen Gamari <ben@well-typed.com>2019-07-18 20:55:11 -0400
commit49dcbf8642f74cf52463ef458f13ff59ed8eafa5 (patch)
treeb25b9c3d612eabe5aff1c59bda4afa938155f3f7
parentb3df1efb539dc42d10d8685a7ca2aaf315e21af1 (diff)
downloadhaskell-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.
-rw-r--r--testsuite/tests/plugins/all.T3
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'])