Index: test/mjsunit/es6/proxies-bind.js |
diff --git a/test/mjsunit/harmony/proxies-bind.js b/test/mjsunit/es6/proxies-bind.js |
similarity index 98% |
rename from test/mjsunit/harmony/proxies-bind.js |
rename to test/mjsunit/es6/proxies-bind.js |
index 9e4c5b79c4add25144a48feb18b4f87b0176c455..83876a00c333fb6ccb76c49767e24d76d3a16e02 100644 |
--- a/test/mjsunit/harmony/proxies-bind.js |
+++ b/test/mjsunit/es6/proxies-bind.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-proxies --harmony-reflect |
- |
// Tests the interaction of Function.prototype.bind with proxies. |