| Index: test/message/new-target-postfix-op.js
|
| diff --git a/test/message/arrow-strict-eval-bare-parameter.js b/test/message/new-target-postfix-op.js
|
| similarity index 73%
|
| copy from test/message/arrow-strict-eval-bare-parameter.js
|
| copy to test/message/new-target-postfix-op.js
|
| index d5692517dd3e59b3d359d70ab455ad1c2b0f0bad..573f3ae3a7176fc74034d4c41b16a84771f2ebb9 100644
|
| --- a/test/message/arrow-strict-eval-bare-parameter.js
|
| +++ b/test/message/new-target-postfix-op.js
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// Flags: --harmony-arrow-functions
|
| +// Flags: --harmony-new-target
|
|
|
| -"use strict";
|
| -eval => 42
|
| +function f() { new.target++ }
|
|
|