Index: test/mjsunit/es6/arrow-functions-this.js |
diff --git a/test/mjsunit/harmony/arrow-functions-this.js b/test/mjsunit/es6/arrow-functions-this.js |
similarity index 98% |
rename from test/mjsunit/harmony/arrow-functions-this.js |
rename to test/mjsunit/es6/arrow-functions-this.js |
index 2c2ad075d2f307b0ae44c20fe28d595407d3b2f6..dea105f296c925d0d1cc9c133fb3759652f03ae3 100644 |
--- a/test/mjsunit/harmony/arrow-functions-this.js |
+++ b/test/mjsunit/es6/arrow-functions-this.js |
@@ -2,8 +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 |
- |
var object = {}; |
var global = this; |
var call = Function.call.bind(Function.call); |