| Index: test/message/nfe-yield-generator.js
|
| diff --git a/test/message/arrow-formal-parameters.js b/test/message/nfe-yield-generator.js
|
| similarity index 87%
|
| copy from test/message/arrow-formal-parameters.js
|
| copy to test/message/nfe-yield-generator.js
|
| index 30f9c8604800879df5a265a7545ad9476d991e92..4e193fe881b787365ba749c025bd2c35693265bd 100644
|
| --- a/test/message/arrow-formal-parameters.js
|
| +++ b/test/message/nfe-yield-generator.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -(b, a, a, d) => a
|
| +(function* yield() {})
|
|
|