| Index: test/mjsunit/harmony/destructuring.js
|
| diff --git a/test/mjsunit/harmony/destructuring.js b/test/mjsunit/harmony/destructuring.js
|
| index 41b366a5129a22995986408d2f334449f04847ce..0bbaf26285932fd527cedad0c058fab591eae9e4 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 --harmony-computed-property-names
|
| +// Flags: --harmony-destructuring
|
| // Flags: --harmony-arrow-functions --harmony-rest-parameters
|
|
|
| (function TestObjectLiteralPattern() {
|
|
|