Index: test/mjsunit/es6/proxies-property-is-enumerable.js |
diff --git a/test/mjsunit/harmony/proxies-property-is-enumerable.js b/test/mjsunit/es6/proxies-property-is-enumerable.js |
similarity index 97% |
rename from test/mjsunit/harmony/proxies-property-is-enumerable.js |
rename to test/mjsunit/es6/proxies-property-is-enumerable.js |
index b1742e20b862c241d39fcd3a799e20ffc54b698b..0d4a92f1b6b63c1d1fa1ce5de591c23a9b254361 100644 |
--- a/test/mjsunit/harmony/proxies-property-is-enumerable.js |
+++ b/test/mjsunit/es6/proxies-property-is-enumerable.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 |
- |
var handler = {}; |
var target = { a: 1 }; |
var proxy = new Proxy(target, handler); |