| Index: test/message/arrow-formal-parameters.js
|
| diff --git a/test/message/arrow-strict-eval-bare-parameter.js b/test/message/arrow-formal-parameters.js
|
| similarity index 87%
|
| copy from test/message/arrow-strict-eval-bare-parameter.js
|
| copy to test/message/arrow-formal-parameters.js
|
| index d5692517dd3e59b3d359d70ab455ad1c2b0f0bad..edc0c58053524299a9616c57a5a7be2e986cf8f3 100644
|
| --- a/test/message/arrow-strict-eval-bare-parameter.js
|
| +++ b/test/message/arrow-formal-parameters.js
|
| @@ -1,8 +1,7 @@
|
| // Copyright 2015 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| +
|
| // Flags: --harmony-arrow-functions
|
|
|
| -"use strict";
|
| -eval => 42
|
| +(b, a, a, d) => a
|
|
|