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

Unified Diff: test/message/modules-cycle4.js

Issue 2451153002: [modules] Improve error messages. (Closed)
Patch Set: . 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
Index: test/message/modules-cycle4.js
diff --git a/test/mjsunit/modules-fail-1.js b/test/message/modules-cycle4.js
similarity index 83%
copy from test/mjsunit/modules-fail-1.js
copy to test/message/modules-cycle4.js
index 3e286475148b5c34da3e26fef88a421a6a7c9adb..2e22757e5452d22210d7a9f884adcc743193a8eb 100644
--- a/test/mjsunit/modules-fail-1.js
+++ b/test/message/modules-cycle4.js
@@ -4,4 +4,4 @@
//
// MODULE
-import {a} from "modules-fail-1.js";
+import {x} from "modules-cycle3.js";

Powered by Google App Engine
This is Rietveld 408576698