Chromium Code Reviews

Unified Diff: test/mjsunit/harmony/module-linking.js

Issue 11093074: Get rid of static module allocation, do it in code. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments Created 8 years, 1 month ago
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
« src/scopeinfo.h ('K') | « test/mjsunit/fuzz-natives-part4.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/module-linking.js
diff --git a/test/mjsunit/harmony/module-linking.js b/test/mjsunit/harmony/module-linking.js
index a4b272f4680aab9c54981f0ed6416b6a7dd30ce2..3c0f18c37dbe5c02bed700cf894efc493e738328 100644
--- a/test/mjsunit/harmony/module-linking.js
+++ b/test/mjsunit/harmony/module-linking.js
@@ -112,7 +112,7 @@ module R {
assertThrows(function() { eval("c = -1") }, SyntaxError)
assertThrows(function() { R.c = -2 }, TypeError)
- // Initialize first bunch or variables.
+ // Initialize first bunch of variables.
export var v = 1
export let l = 2
export const c = 3
« src/scopeinfo.h ('K') | « test/mjsunit/fuzz-natives-part4.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine