diff options
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r-- | testsuite/driver/testlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index 66987a1f59..cde55f32c9 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -308,7 +308,7 @@ def doing_ghci(): return 'ghci' in config.run_ways def ghci_dynamic( ): - return config.ghc_dynamic_by_default + return config.ghc_dynamic def fast(): return config.fast |