| Index: test/mjsunit/es6/proxies-keys.js
|
| diff --git a/test/mjsunit/harmony/proxies-keys.js b/test/mjsunit/es6/proxies-keys.js
|
| similarity index 97%
|
| rename from test/mjsunit/harmony/proxies-keys.js
|
| rename to test/mjsunit/es6/proxies-keys.js
|
| index 61a39f4972f9ac588dd754c79c505de0cf05b384..7344032aaf874032d608884747bb3d615939b73e 100644
|
| --- a/test/mjsunit/harmony/proxies-keys.js
|
| +++ b/test/mjsunit/es6/proxies-keys.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 target = {
|
| target: 1
|
| };
|
|
|