Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: autotest/test_abprewrite_autoload.js.expected

Issue 29345403: Issue 4088 - JSHydra-generated module scopes shouldn't be called immediately (Closed)
Patch Set: Automatically load some modules if specified Created May 31, 2016, 1:46 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: autotest/test_abprewrite_autoload.js.expected
===================================================================
copy from autotest/test_abprewrite.js.expected
copy to autotest/test_abprewrite_autoload.js.expected
--- a/autotest/test_abprewrite.js.expected
+++ b/autotest/test_abprewrite_autoload.js.expected
@@ -146,8 +146,10 @@ x = function(a, b)
}.bind(this);
x = function(a, b)
{
return function()
{
return 1;
};
}.bind(this);
+require("foo");
+require("bar");

Powered by Google App Engine
This is Rietveld