Chromium Code Reviews| Index: mozilla-tests/js1_5/decompilation/regress-352073.js |
| =================================================================== |
| --- mozilla-tests/js1_5/decompilation/regress-352073.js (revision 43940) |
| +++ mozilla-tests/js1_5/decompilation/regress-352073.js (working copy) |
| @@ -56,7 +56,7 @@ |
| var f; |
| f = function() { (function x() { }); return x; } |
| - expect = 'function() { (function x() { }); return x; }'; |
| + expect = 'function() { return x; }'; |
| actual = f + ''; |
| compareSource(expect, actual, summary); |