Chromium Code Reviews| Index: test/message/redeclaration1.js |
| diff --git a/test/message/unicode-escape-invalid-2.js b/test/message/redeclaration1.js |
| similarity index 86% |
| copy from test/message/unicode-escape-invalid-2.js |
| copy to test/message/redeclaration1.js |
| index b83665b1972e0bf26fded82d7edd44fffc3cc829..56a891a2b0a17c421309405c753b7870e69b5cd4 100644 |
| --- a/test/message/unicode-escape-invalid-2.js |
| +++ b/test/message/redeclaration1.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 foo = 2; |