| Index: test/mjsunit/es6/proxies-get.js
|
| diff --git a/test/mjsunit/harmony/proxies-get.js b/test/mjsunit/es6/proxies-get.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/proxies-get.js
|
| rename to test/mjsunit/es6/proxies-get.js
|
| index 04ebd3125795aa7b80f9d92cd986bcbfb21c383f..b1b92dbb0669ad803196139589cb73c31c051914 100644
|
| --- a/test/mjsunit/harmony/proxies-get.js
|
| +++ b/test/mjsunit/es6/proxies-get.js
|
| @@ -2,7 +2,7 @@
|
| // 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 --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| (function testBasicFunctionality() {
|
| var target = {
|
|
|