summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2023-01-26 09:46:38 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-26 20:10:27 -0500
commit6932cfc798ea8f50d16b4876e9a2127e3e47046d (patch)
treea4af06e51ec73bd440f377fc916777c579f06c82
parentc7116b10b43ad702d4cfa21126d3cfa6edcd38ac (diff)
downloadhaskell-6932cfc798ea8f50d16b4876e9a2127e3e47046d.tar.gz
Fix spurious change from !9568
-rw-r--r--hadrian/src/Settings/Builders/RunTest.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Settings/Builders/RunTest.hs b/hadrian/src/Settings/Builders/RunTest.hs
index a3f7039299..b096f05a45 100644
--- a/hadrian/src/Settings/Builders/RunTest.hs
+++ b/hadrian/src/Settings/Builders/RunTest.hs
@@ -145,7 +145,7 @@ outOfTreeCompilerArgs = do
withNativeCodeGen <- getBooleanSetting TestGhcWithNativeCodeGen
withInterpreter <- getBooleanSetting TestGhcWithInterpreter
unregisterised <- getBooleanSetting TestGhcUnregisterised
- tables_next_to_code <- getBooleanSetting TestGhcUnregisterised
+ tables_next_to_code <- getBooleanSetting TestGhcTablesNextToCode
targetWithSMP <- targetSupportsSMP
debugAssertions <- getBooleanSetting TestGhcDebugged