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

Unified Diff: test/mjsunit/modules-skip-default-name5.js

Issue 2372873002: [modules] Add tests for the name property of default-exported functions. (Closed)
Patch Set: More 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-skip-default-name4.js ('k') | test/mjsunit/modules-skip-default-name6.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/modules-skip-default-name5.js
diff --git a/test/message/unicode-escape-undefined.js b/test/mjsunit/modules-skip-default-name5.js
similarity index 84%
copy from test/message/unicode-escape-undefined.js
copy to test/mjsunit/modules-skip-default-name5.js
index 49de2fb2c814c14ed440a358b3d22c5dd41b982c..df723367182a0dcd64b1ea0da0e6cd204fb99ca5 100644
--- a/test/message/unicode-escape-undefined.js
+++ b/test/mjsunit/modules-skip-default-name5.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-print("\u{110000}");
+export default (class Gaga { })
« no previous file with comments | « test/mjsunit/modules-skip-default-name4.js ('k') | test/mjsunit/modules-skip-default-name6.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698