aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-22 19:17:22 +0100
committerAlon Zakai <alonzakai@gmail.com>2012-11-22 19:17:22 +0100
commit5574093577a72ddc4c4563cf40dd643c1e74dd59 (patch)
treee48819670e411e31c532bec3fe05b7b7d6c6c2c1 /tests/runner.py
parent4fff561b7bf2e3c6b8330460fceddb8c4c6d6c8b (diff)
fix test_js_optimizer
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 5c43d39a..f523ffb4 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -8295,7 +8295,7 @@ f.close()
(path_from_root('tools', 'test-js-optimizer-t2.js'), open(path_from_root('tools', 'test-js-optimizer-t2-output.js')).read(),
['simplifyExpressionsPre', 'optimizeShiftsAggressive']),
# Make sure that optimizeShifts handles functions with shift statements.
- (path_from_root('tools', 'test-js-optimizer-t3.js'), open(path_from_root('tools', 'test-js-optimizer-t3.js')).read(),
+ (path_from_root('tools', 'test-js-optimizer-t3.js'), open(path_from_root('tools', 'test-js-optimizer-t3-output.js')).read(),
['optimizeShiftsAggressive']),
(path_from_root('tools', 'test-js-optimizer-regs.js'), open(path_from_root('tools', 'test-js-optimizer-regs-output.js')).read(),
['registerize']),