| Index: test/mjsunit/modules-skip-default-name4.js
|
| diff --git a/test/message/unicode-escape-invalid-2.js b/test/mjsunit/modules-skip-default-name4.js
|
| similarity index 84%
|
| copy from test/message/unicode-escape-invalid-2.js
|
| copy to test/mjsunit/modules-skip-default-name4.js
|
| index b83665b1972e0bf26fded82d7edd44fffc3cc829..1c569bed56c6fe56b82697c917bd170d84270618 100644
|
| --- a/test/message/unicode-escape-invalid-2.js
|
| +++ b/test/mjsunit/modules-skip-default-name4.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("\u162P");
|
| +export default class Gaga { }
|
|
|