Chromium Code Reviews| Index: test/message/redeclaration2.js |
| diff --git a/test/message/unicode-escape-invalid-2.js b/test/message/redeclaration2.js |
| similarity index 83% |
| copy from test/message/unicode-escape-invalid-2.js |
| copy to test/message/redeclaration2.js |
| index b83665b1972e0bf26fded82d7edd44fffc3cc829..d8637f15030c486601d9b51ac9d4b87468536733 100644 |
| --- a/test/message/unicode-escape-invalid-2.js |
| +++ b/test/message/redeclaration2.js |
| @@ -2,4 +2,5 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -print("\u162P"); |
| +let foo = 1; |
| +let {bar, foo} = {}; |