| Index: test/message/nfe-yield-strict.js
|
| diff --git a/test/message/arrow-strict-eval-bare-parameter.js b/test/message/nfe-yield-strict.js
|
| similarity index 81%
|
| copy from test/message/arrow-strict-eval-bare-parameter.js
|
| copy to test/message/nfe-yield-strict.js
|
| index 3cc8254f059a1f2ba6d992e5ec1da4066d1fbe4a..11021083e15161e64937e80a4af4dd0474a894c1 100644
|
| --- a/test/message/arrow-strict-eval-bare-parameter.js
|
| +++ b/test/message/nfe-yield-strict.js
|
| @@ -2,5 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -"use strict";
|
| -eval => 42
|
| +(function yield() { "use strict"; })
|
|
|