| Index: test/mjsunit/strong/destructuring.js
|
| diff --git a/test/mjsunit/strong/destructuring.js b/test/mjsunit/strong/destructuring.js
|
| index 3145dcfb4d9312235c63ed894eb5db618235f135..b3971b3b0927474906a7a80e15ad02cc0c2b477e 100644
|
| --- a/test/mjsunit/strong/destructuring.js
|
| +++ b/test/mjsunit/strong/destructuring.js
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
| //
|
| // Flags: --harmony-destructuring
|
| -// Flags: --harmony-arrow-functions --strong-mode --allow-natives-syntax
|
| +// Flags: --strong-mode --allow-natives-syntax
|
|
|
| (function() {
|
| var f = (function() {
|
|
|