| Index: test/message/modules-undefined-export1.js
|
| diff --git a/test/message/unicode-escape-invalid-2.js b/test/message/modules-undefined-export1.js
|
| similarity index 87%
|
| copy from test/message/unicode-escape-invalid-2.js
|
| copy to test/message/modules-undefined-export1.js
|
| index b83665b1972e0bf26fded82d7edd44fffc3cc829..ddedbaadedb051ffad62151528d457ab6b4608e9 100644
|
| --- a/test/message/unicode-escape-invalid-2.js
|
| +++ b/test/message/modules-undefined-export1.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};
|
|
|