summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r--testsuite/driver/testglobals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index da82458fcf..6847cece68 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -447,7 +447,7 @@ class TestOptions:
self.copy_files = False
# The extra hadrian dependencies we need for this particular test
- self.hadrian_deps = set() # type: Set[str]
+ self.hadrian_deps = set(["test:ghc"]) # type: Set[str]
# The default set of options
global default_testopts