aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-02-02 18:45:39 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-02-02 18:45:39 -0800
commit95f4d1d817975a949bbf28da69ed6f613c1e64f3 (patch)
treed61b411806a7997272bac597465e68046a09edf1 /tests/runner.py
parent8134dcf52a2df459140f776395a3a0bb72366b60 (diff)
optimize makeGet/SetValue to do 16-bit reads/writes when possible
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index fdfafbc8..4fd7ddfc 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5732,7 +5732,6 @@ f.close()
self.assertIdentical(expected, output.replace('\n\n', '\n'))
def test_reminder(self):
- assert False, 'Optimize makeGet/SetValue to do 16-bit reads/writes when possible, not just 8'
assert False, 'Ensure all opts including linktime apply to bindings generator. might need to adjust visibility of bindings C funcs'
elif 'benchmark' in str(sys.argv):