diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-11 12:13:02 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-11 12:13:02 -0800 |
commit | 642eeddcf8f3363de44d85127753e95b6319f059 (patch) | |
tree | eea92700576d92d47dbe96c4fc308da07d1da572 /tests | |
parent | 20c28230c1d9a20cd70e0e2ab52a3bacbd2e8db4 (diff) |
tweak fix_closure output
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index df833b24..18ce11af 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5473,7 +5473,7 @@ f.close() expected = path_from_root('tests', 'test-fix-closure.out.js') Popen(['python', path_from_root('tools', 'fix_closure.py'), input, 'out.js']).communicate(input) output = open('out.js').read() - assert '0,uninline_Q_14782,0' in output + assert '0,zzz_Q_39fa,0' in output assert 'function(a,c)' not in output # should be uninlined, so it gets a name assert run_js(input) == run_js('out.js') |