| Index: test/mjsunit/es6/proxies-ownkeys.js
|
| diff --git a/test/mjsunit/harmony/proxies-ownkeys.js b/test/mjsunit/es6/proxies-ownkeys.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/proxies-ownkeys.js
|
| rename to test/mjsunit/es6/proxies-ownkeys.js
|
| index 88350cca02d40c662fe5966ca287c202390114ef..7cc0a87b6876952e72052354a33292adb0ede0e5 100644
|
| --- a/test/mjsunit/harmony/proxies-ownkeys.js
|
| +++ b/test/mjsunit/es6/proxies-ownkeys.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
|
| -
|
| var target = {
|
| "target_one": 1
|
| };
|
|
|