| Index: test/mjsunit/es6/debug-step-destructuring-bind.js
|
| diff --git a/test/mjsunit/harmony/debug-step-destructuring-bind.js b/test/mjsunit/es6/debug-step-destructuring-bind.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/debug-step-destructuring-bind.js
|
| rename to test/mjsunit/es6/debug-step-destructuring-bind.js
|
| index b838179d10a6db1324e1d55cc434be47bbc97372..f670f525afffbf2a1ee8fe999b2b94fd9a91ff6d 100644
|
| --- a/test/mjsunit/harmony/debug-step-destructuring-bind.js
|
| +++ b/test/mjsunit/es6/debug-step-destructuring-bind.js
|
| @@ -2,7 +2,7 @@
|
| // 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 --harmony-destructuring-bind
|
| +// Flags: --expose-debug-as debug
|
|
|
| var exception = null;
|
| var Debug = debug.Debug;
|
|
|