| Index: test/message/destructuring-decl-no-init-obj.js
|
| diff --git a/test/message/destructuring-decl-no-init-obj.js b/test/message/destructuring-decl-no-init-obj.js
|
| index 23424aa8bb50fc519e97a66db0219c2d5b521d17..398b4fc5e7131c0e32d99e7ef4e62eb71ff4258e 100644
|
| --- a/test/message/destructuring-decl-no-init-obj.js
|
| +++ b/test/message/destructuring-decl-no-init-obj.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 };
|
|
|