aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index fdc7ea9e..4aa15510 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4013,6 +4013,8 @@ def process(filename):
printf( "%i %i %i", one, two, three );
}
'''
+ #for linkable in [0]:
+ # Settings.LINKABLE = linkable # regression check for issue #273
self.do_run(src, "1 2 3")
def test_readdir(self):