| Index: test/mjsunit/es6/proxies-get-prototype-of.js
|
| diff --git a/test/mjsunit/harmony/proxies-get-prototype-of.js b/test/mjsunit/es6/proxies-get-prototype-of.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/proxies-get-prototype-of.js
|
| rename to test/mjsunit/es6/proxies-get-prototype-of.js
|
| index 36f67356d556d39c06253f9e68ce3ee9105ed6d9..a628f3fa15e92282930554976e4983da0fb2791a 100644
|
| --- a/test/mjsunit/harmony/proxies-get-prototype-of.js
|
| +++ b/test/mjsunit/es6/proxies-get-prototype-of.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 };
|
| target.__proto__ = {};
|
| var handler = { handler: 1 };
|
|
|