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

Unified Diff: test/message/modules-undefined-export2.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-undefined-export1.out ('k') | test/message/modules-undefined-export2.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/modules-undefined-export2.js
diff --git a/test/message/unicode-escape-invalid-2.js b/test/message/modules-undefined-export2.js
similarity index 84%
copy from test/message/unicode-escape-invalid-2.js
copy to test/message/modules-undefined-export2.js
index b83665b1972e0bf26fded82d7edd44fffc3cc829..bf8c2a0c94594a2bf8d27767128ea98291f35a44 100644
--- a/test/message/unicode-escape-invalid-2.js
+++ b/test/message/modules-undefined-export2.js
@@ -1,5 +1,7 @@
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+//
+// MODULE
-print("\u162P");
+export {x as y};
« no previous file with comments | « test/message/modules-undefined-export1.out ('k') | test/message/modules-undefined-export2.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698