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

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

Issue 2331003002: [modules] Make duplicate export error deterministic. (Closed)
Patch Set: Fix logic bug. 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 | « src/ast/modules.cc ('k') | test/message/export-duplicate.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/export-duplicate.js
diff --git a/test/message/export-duplicate.js b/test/message/export-duplicate.js
index f45aefe13f8a427bd7ad5bced7da24db32ec5e25..93011f0c1c8f78eefc4416db718e66a859b518da 100644
--- a/test/message/export-duplicate.js
+++ b/test/message/export-duplicate.js
@@ -4,6 +4,7 @@
//
// MODULE
-var a, b;
+var a, b, c;
export { a };
export { a, b };
+export { b, c };
« no previous file with comments | « src/ast/modules.cc ('k') | test/message/export-duplicate.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698