| Index: test/message/redeclaration3.js
|
| diff --git a/test/debugger/test-api.js b/test/message/redeclaration3.js
|
| similarity index 79%
|
| copy from test/debugger/test-api.js
|
| copy to test/message/redeclaration3.js
|
| index 881e69209aa1602eea6f3aa09b0edacb2eca3830..89166095979309fb7d567737c61619f6099e535f 100644
|
| --- a/test/debugger/test-api.js
|
| +++ b/test/message/redeclaration3.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.
|
|
|
| -// TODO: add test API implementation.
|
| +const {bar, foo} = {};
|
| +var [...foo] = [11];
|
|
|