Index: test/message/new-target-assignment.js |
diff --git a/test/message/new-target-assignment.js b/test/message/new-target-assignment.js |
index f257d1a5b573c93c219dcac805afd7efb22556e2..72845654d862eb340f7f41aa6dcb29f950fe85ee 100644 |
--- a/test/message/new-target-assignment.js |
+++ b/test/message/new-target-assignment.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 = 5 } |