aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-09 15:37:49 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-09 15:37:49 -0800
commit4c95c34ca8166f49f995ea8fe082cd0aaa70d839 (patch)
tree5d8ea0f5ac9b9017f74e3da5a0cfd55b0facc5b8 /tests/runner.py
parentd3d23885170ad1151277e8980d3b41313ed7b9a3 (diff)
use minified names in registerize for locals
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 91de2f74..af12ed80 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -9670,6 +9670,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-min.js'), open(path_from_root('tools', 'test-js-optimizer-asm-regs-min-output.js')).read(),
+ ['asm', 'registerize']),
(path_from_root('tools', 'test-js-optimizer-asm-pre.js'), open(path_from_root('tools', 'test-js-optimizer-asm-pre-output.js')).read(),
['asm', 'simplifyExpressionsPre']),
(path_from_root('tools', 'test-js-optimizer-asm-last.js'), open(path_from_root('tools', 'test-js-optimizer-asm-last-output.js')).read(),