| Index: test/mjsunit/es6/proxies.js
|
| diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/es6/proxies.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/proxies.js
|
| rename to test/mjsunit/es6/proxies.js
|
| index 28f07496de5a9a0100f3443fb2fc52bbe64bf836..3b9a4c511939a6b18992316523fac2d677e98ec1 100644
|
| --- a/test/mjsunit/harmony/proxies.js
|
| +++ b/test/mjsunit/es6/proxies.js
|
| @@ -29,7 +29,7 @@
|
| // test enters an infinite recursion which goes through the runtime and we
|
| // overflow the system stack before the simulator stack.
|
|
|
| -// Flags: --harmony-proxies --sim-stack-size=500 --allow-natives-syntax
|
| +// Flags: --sim-stack-size=500 --allow-natives-syntax
|
|
|
|
|
| // Helper.
|
|
|