Index: test/mjsunit/es6/proxies-with-unscopables.js |
diff --git a/test/mjsunit/harmony/proxies-with-unscopables.js b/test/mjsunit/es6/proxies-with-unscopables.js |
similarity index 98% |
rename from test/mjsunit/harmony/proxies-with-unscopables.js |
rename to test/mjsunit/es6/proxies-with-unscopables.js |
index c87492c61d1dcb51447e41ef3a5871fc8f37b52b..b9a7ad8012488d320a6210dc7bdeb9e62dcb3ec7 100644 |
--- a/test/mjsunit/harmony/proxies-with-unscopables.js |
+++ b/test/mjsunit/es6/proxies-with-unscopables.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 |
- |
function TestBasics() { |
var log = []; |