aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-02-25 23:01:27 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-02-25 23:01:27 -0800
commita7e095b850399135907eebae1655d3856d5fd497 (patch)
tree3cf28858b204ad620c9dc21164d4edf2638e2e59 /tests/runner.py
parent38651b356595dbdfe9c81fb87a3a799d726bcbc0 (diff)
support more mathops in legalizer
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):