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

Unified Diff: test/message/modules-duplicate-export1.js

Issue 2451153002: [modules] Improve error messages. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/modules-cycle4.out ('k') | test/message/modules-duplicate-export1.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/modules-duplicate-export1.js
diff --git a/test/mjsunit/modules-fail-3.js b/test/message/modules-duplicate-export1.js
similarity index 83%
rename from test/mjsunit/modules-fail-3.js
rename to test/message/modules-duplicate-export1.js
index d29d44476d1b45ba1c957eae0943fc0ec68b79b5..0ba421a0b48846bfe63febc195d3fe7758046c9d 100644
--- a/test/mjsunit/modules-fail-3.js
+++ b/test/message/modules-duplicate-export1.js
@@ -4,4 +4,5 @@
//
// MODULE
-import foo from "modules-fail-3.js";
+export {x};
+export let x = 42;
« no previous file with comments | « test/message/modules-cycle4.out ('k') | test/message/modules-duplicate-export1.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698