| Index: test/debugger/debug/es6/debug-step-destructuring-bind.js
|
| diff --git a/test/mjsunit/es6/debug-step-destructuring-bind.js b/test/debugger/debug/es6/debug-step-destructuring-bind.js
|
| similarity index 99%
|
| rename from test/mjsunit/es6/debug-step-destructuring-bind.js
|
| rename to test/debugger/debug/es6/debug-step-destructuring-bind.js
|
| index f670f525afffbf2a1ee8fe999b2b94fd9a91ff6d..b6446cfd6dd9ad62ae0a9203d391004249e23044 100644
|
| --- a/test/mjsunit/es6/debug-step-destructuring-bind.js
|
| +++ b/test/debugger/debug/es6/debug-step-destructuring-bind.js
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --expose-debug-as debug
|
|
|
| var exception = null;
|
| var Debug = debug.Debug;
|
|
|