Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

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

Issue 10105026: Version 3.10.3 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/harmony/module-linking.js ('k') | test/mjsunit/harmony/module-resolution.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/module-parsing.js
===================================================================
--- test/mjsunit/harmony/module-parsing.js (revision 11348)
+++ test/mjsunit/harmony/module-parsing.js (working copy)
@@ -70,7 +70,7 @@
import i0 from I
import i1, i2, i3, M from I
- import i4, i5 from "http://where"
+ //import i4, i5 from "http://where"
}
module I {
@@ -85,7 +85,7 @@
module E1 at "http://where"
module E2 at "http://where";
-module E3 = E1.F
+module E3 = E1
// Check that ASI does not interfere.
@@ -103,11 +103,11 @@
"file://local"
import
-x
+vx
,
-y
+vy
from
-"file://local"
+B
module Wrap {
« no previous file with comments | « test/mjsunit/harmony/module-linking.js ('k') | test/mjsunit/harmony/module-resolution.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698