| Index: test/mjsunit/es6/proxies-define-property.js
|
| diff --git a/test/mjsunit/harmony/proxies-define-property.js b/test/mjsunit/es6/proxies-define-property.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/proxies-define-property.js
|
| rename to test/mjsunit/es6/proxies-define-property.js
|
| index 27f23be1734946a1355ad0614bae1d3376906215..14c95bfe3474f0cf39c396b4befb82779719b06c 100644
|
| --- a/test/mjsunit/harmony/proxies-define-property.js
|
| +++ b/test/mjsunit/es6/proxies-define-property.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
|
| -
|
| // Check basic call to trap.
|
|
|
| var g_target, g_name, g_desc;
|
|
|