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

Unified Diff: test/message/import-as-redeclaration.js

Issue 948303004: Re-introduce ImportDeclaration to the parser (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Merged to trunk so I can run tryjobs Created 5 years, 10 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/cctest/test-parsing.cc ('k') | test/message/import-as-redeclaration.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/import-as-redeclaration.js
diff --git a/test/message/import-eval.js b/test/message/import-as-redeclaration.js
similarity index 79%
copy from test/message/import-eval.js
copy to test/message/import-as-redeclaration.js
index 8ab35baef672a45d6a449fd328941dc4ff9a00eb..43bf278d1b85d91d67d7e60d712c597138d76f59 100644
--- a/test/message/import-eval.js
+++ b/test/message/import-as-redeclaration.js
@@ -4,4 +4,5 @@
//
// MODULE
-import { eval } from "mod";
+let foo = 42;
+import { bar as foo } from "mod";
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/message/import-as-redeclaration.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698