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