| Index: autotest/test_abprewrite_module.js.expected |
| =================================================================== |
| --- a/autotest/test_abprewrite_module.js.expected |
| +++ b/autotest/test_abprewrite_module.js.expected |
| @@ -150,9 +150,9 @@ require.scopes["abprewrite_source"] = (f |
| x = function(a, b) |
| { |
| return function() |
| { |
| return 1; |
| }; |
| }.bind(this); |
| return exports; |
| -})(); |
| +}); |