| Index: test/mjsunit/modules-skip-default-name3.js
|
| diff --git a/test/message/unicode-escape-undefined.js b/test/mjsunit/modules-skip-default-name3.js
|
| similarity index 84%
|
| copy from test/message/unicode-escape-undefined.js
|
| copy to test/mjsunit/modules-skip-default-name3.js
|
| index 49de2fb2c814c14ed440a358b3d22c5dd41b982c..ed26e463bb39b5ddec2667567310ee0850dd07c9 100644
|
| --- a/test/message/unicode-escape-undefined.js
|
| +++ b/test/mjsunit/modules-skip-default-name3.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 (function () {})
|
|
|