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, 2 insertions, 0 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 4c5f8d545b..ea0b03b3c1 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -86,6 +86,8 @@ class TestConfig:
# What is the wordsize (in bits) of this platform?
self.wordsize = ''
+ # Is tables next to code enabled?
+ self.tables_next_to_code = True
# Verbosity level
self.verbose = 2