summaryrefslogtreecommitdiff
path: root/testsuite/driver/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r--testsuite/driver/testlib.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index 432b196053..29929892e9 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -569,6 +569,9 @@ def ghc_dynamic() -> bool:
def leading_underscore() -> bool:
return config.leading_underscore
+# TNTC enabled
+def tables_next_to_code() -> bool:
+ return config.tables_next_to_code
def fast() -> bool:
return config.speed == 2