| Index: test/message/for-in-loop-initializers-destructuring.js
|
| diff --git a/test/message/for-in-loop-initializers-destructuring.js b/test/message/for-in-loop-initializers-destructuring.js
|
| index eab8b81cf371b13c0bf44a48cb106acb1a59badf..9bbfd8d71f822b3dfb1fe922bd29e6b7e7174abd 100644
|
| --- a/test/message/for-in-loop-initializers-destructuring.js
|
| +++ b/test/message/for-in-loop-initializers-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-bind
|
| +//
|
|
|
| function f() {
|
| for (var [x, y] = {} in {});
|
|
|