| Index: test/message/destructuring-decl-no-init-array.js
|
| diff --git a/test/message/destructuring-decl-no-init-array.js b/test/message/destructuring-decl-no-init-array.js
|
| index 7c73d3b67017b8952c69e419ce2006bfe24d76ed..ab976b197eff90fb282a3526d4226433bee0f23c 100644
|
| --- a/test/message/destructuring-decl-no-init-array.js
|
| +++ b/test/message/destructuring-decl-no-init-array.js
|
| @@ -2,6 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// Flags: --harmony-destructuring-bind
|
| +//
|
|
|
| var [ a, b, c ];
|
|
|