| Index: test/message/new-target-postfix-op.js
|
| diff --git a/test/message/new-target-postfix-op.js b/test/message/new-target-postfix-op.js
|
| index 573f3ae3a7176fc74034d4c41b16a84771f2ebb9..4135f150448f7de378688e1bfb308852b1101065 100644
|
| --- a/test/message/new-target-postfix-op.js
|
| +++ b/test/message/new-target-postfix-op.js
|
| @@ -1,7 +1,5 @@
|
| // 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-new-target
|
|
|
| function f() { new.target++ }
|
|
|