| Index: test/mjsunit/harmony/destructuring.js
|
| diff --git a/test/mjsunit/harmony/destructuring.js b/test/mjsunit/harmony/destructuring.js
|
| index 7192d7aa5b1cf05fcb51fe096eaf96d1ab06332b..9557f27121d76c0f6138707fd5d2eee282957731 100644
|
| --- a/test/mjsunit/harmony/destructuring.js
|
| +++ b/test/mjsunit/harmony/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-destructuring
|
| +// Flags: --harmony-destructuring-bind
|
| // Flags: --harmony-default-parameters --harmony-rest-parameters
|
|
|
| (function TestObjectLiteralPattern() {
|
|
|