| Index: test/mjsunit/harmony/default-parameters-destructuring.js
|
| diff --git a/test/mjsunit/harmony/default-parameters-destructuring.js b/test/mjsunit/harmony/default-parameters-destructuring.js
|
| index 526ab44c9ce1e70274cff26536b93e54436ee129..47cca5c95bcc124cd77383025ae6b81c6e6a24e3 100644
|
| --- a/test/mjsunit/harmony/default-parameters-destructuring.js
|
| +++ b/test/mjsunit/harmony/default-parameters-destructuring.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: --harmony-default-parameters --harmony-destructuring
|
| +// Flags: --harmony-default-parameters --harmony-destructuring-bind
|
|
|
|
|
| (function TestSloppyEvalScoping() {
|
|
|