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

Unified Diff: test/message/import-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/message/import-as-redeclaration.out ('k') | test/message/import-redeclaration.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/import-redeclaration.js
diff --git a/test/message/import-eval.js b/test/message/import-redeclaration.js
similarity index 81%
copy from test/message/import-eval.js
copy to test/message/import-redeclaration.js
index 8ab35baef672a45d6a449fd328941dc4ff9a00eb..27b0cdccef434f30e688c3335947d21958dcdb71 100644
--- a/test/message/import-eval.js
+++ b/test/message/import-redeclaration.js
@@ -4,4 +4,5 @@
//
// MODULE
-import { eval } from "mod";
+let foo = 42;
+import { foo } from "mod";
« no previous file with comments | « test/message/import-as-redeclaration.out ('k') | test/message/import-redeclaration.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698