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

Unified Diff: test/mjsunit/modules-skip-star-exports-conflict.js

Issue 2376563002: [modules] Don't throw when detecting cycle while processing star exports. (Closed)
Patch Set: 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/mjsunit/modules-fail-star-exports-conflict.js ('k') | test/mjsunit/modules-skip-star-exports-cycle.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/modules-skip-star-exports-conflict.js
diff --git a/test/mjsunit/modules-skip-6.js b/test/mjsunit/modules-skip-star-exports-conflict.js
similarity index 91%
copy from test/mjsunit/modules-skip-6.js
copy to test/mjsunit/modules-skip-star-exports-conflict.js
index 4a0ef8da645c76bf0612231edaeb14df47132840..5cbcd85a33049d2a92bc249c7a68145e6ce31fbb 100644
--- a/test/mjsunit/modules-skip-6.js
+++ b/test/mjsunit/modules-skip-star-exports-conflict.js
@@ -4,4 +4,3 @@
export * from "modules-skip-1.js";
export * from "modules-skip-5.js";
-export const a = 10;
« no previous file with comments | « test/mjsunit/modules-fail-star-exports-conflict.js ('k') | test/mjsunit/modules-skip-star-exports-cycle.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698