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

Unified Diff: test/message/export-duplicate-as.js

Issue 2340953002: Reland of "[modules] Make duplicate export error deterministic." (Closed)
Patch Set: The bug fix. Created 4 years, 3 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/export-duplicate.out ('k') | test/message/export-duplicate-as.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/export-duplicate-as.js
diff --git a/test/message/export-duplicate-as.js b/test/message/export-duplicate-as.js
index 49b52d4b17177e9443445f00379227cce07a034d..416180b0932588ecbf6de74077a2e87edb9a1174 100644
--- a/test/message/export-duplicate-as.js
+++ b/test/message/export-duplicate-as.js
@@ -4,6 +4,6 @@
//
// MODULE
-var a, b;
+var a, b, c;
export { a as c };
-export { a, b as c };
+export { a, b as c, c, b };
« no previous file with comments | « test/message/export-duplicate.out ('k') | test/message/export-duplicate-as.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698