| Index: test/message/arrow-formal-parameters.js
|
| diff --git a/test/message/arrow-formal-parameters.js b/test/message/arrow-formal-parameters.js
|
| index edc0c58053524299a9616c57a5a7be2e986cf8f3..30f9c8604800879df5a265a7545ad9476d991e92 100644
|
| --- a/test/message/arrow-formal-parameters.js
|
| +++ b/test/message/arrow-formal-parameters.js
|
| @@ -2,6 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-arrow-functions
|
| -
|
| (b, a, a, d) => a
|
|
|