diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 16:24:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 16:24:37 -0700 |
commit | 438d0a58916072936de1380306134050ffa3ae28 (patch) | |
tree | 8aac225d765be5d4dc53e930474b469c901bd82b /tests/runner.py | |
parent | 90cc92ff6c947e3cdb6aca04123464cba24113c8 (diff) |
add smaller outline testcase
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 114c327b..dc406c85 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11567,6 +11567,8 @@ f.close() ['asm', 'last']), (path_from_root('tools', 'test-js-optimizer-asm-relocate.js'), open(path_from_root('tools', 'test-js-optimizer-asm-relocate-output.js')).read(), ['asm', 'relocate']), + #(path_from_root('tools', 'test-js-optimizer-asm-outline1.js'), open(path_from_root('tools', 'test-js-optimizer-asm-outline1-output.js')).read(), + # ['asm', 'outline']), #(path_from_root('tools', 'test-js-optimizer-asm-outline2.js'), open(path_from_root('tools', 'test-js-optimizer-asm-outline2-output.js')).read(), # ['asm', 'outline']), ]: |