aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-23 20:28:18 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-23 20:28:18 -0800
commit64d37b601f9180c66a4b10476ef3a4a614c78de6 (patch)
tree9fbddd951bb2ab5dcd3cd50ac8d4d61321f4bada /tests
parent42efac37f1866d2084a610b4161495efb36dca19 (diff)
parentd55c07198d9aa3352cda6e44d73dc160e9a877fe (diff)
Merge pull request #2046 from rfk/rfk/registerize-harder-followups
Some follow-up fixes to registerizeHarder
Diffstat (limited to 'tests')
-rw-r--r--tests/test_other.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index 53128391..8895a911 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -1773,6 +1773,8 @@ f.close()
['asm', 'eliminate']),
(path_from_root('tools', 'test-js-optimizer-asm-regs.js'), open(path_from_root('tools', 'test-js-optimizer-asm-regs-output.js')).read(),
['asm', 'registerize']),
+ (path_from_root('tools', 'test-js-optimizer-asm-regs-harder.js'), open(path_from_root('tools', 'test-js-optimizer-asm-regs-harder-output.js')).read(),
+ ['asm', 'registerizeHarder']),
(path_from_root('tools', 'test-js-optimizer-asm-regs-min.js'), open(path_from_root('tools', 'test-js-optimizer-asm-regs-min-output.js')).read(),
['asm', 'registerize', 'minifyLocals']),
(path_from_root('tools', 'test-js-optimizer-asm-pre.js'), open(path_from_root('tools', 'test-js-optimizer-asm-pre-output.js')).read(),