summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-08-23 15:08:03 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-08-23 23:39:49 -0400
commit64696202322db58189c9b1384130729aa6beea29 (patch)
treeee61d1877497db62d0acdd4f07a27051145392c3 /testsuite/tests/plugins
parent03fc0393e035508e906bbabd96aaf6620dff93c3 (diff)
downloadhaskell-64696202322db58189c9b1384130729aa6beea29.tar.gz
driver: Initialise common plugins once, before starting the pipeline
This fixes an error message regression and is a slight performance improvement. See #20250
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r--testsuite/tests/plugins/T11244.stderr4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/plugins/T11244.stderr b/testsuite/tests/plugins/T11244.stderr
index 65245b7f80..72f01060db 100644
--- a/testsuite/tests/plugins/T11244.stderr
+++ b/testsuite/tests/plugins/T11244.stderr
@@ -1,6 +1,4 @@
-
-<no location info>: error:
- Could not load module ‘RuleDefiningPlugin’
+<command line>: Could not load module ‘RuleDefiningPlugin’
It is a member of the hidden package ‘rule-defining-plugin-0.1’.
You can run ‘:set -package rule-defining-plugin’ to expose it.
(Note: this unloads all the modules in the current scope.)