| Index: test/message/new-target-for-loop.js
|
| diff --git a/test/message/new-target-for-loop.js b/test/message/new-target-for-loop.js
|
| index 76a8eecba22967a400ae35773f763fe596300f2c..40ca6e483ad81f8f6f3ad1b274ce65764926254d 100644
|
| --- a/test/message/new-target-for-loop.js
|
| +++ b/test/message/new-target-for-loop.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() { for (new.target in {}); }
|
|
|