| Index: test/mjsunit/es6/proxies-prototype-target-stackoverflow.js
|
| diff --git a/test/mjsunit/harmony/proxies-prototype-target-stackoverflow.js b/test/mjsunit/es6/proxies-prototype-target-stackoverflow.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/proxies-prototype-target-stackoverflow.js
|
| rename to test/mjsunit/es6/proxies-prototype-target-stackoverflow.js
|
| index ba55f6aad9357cfff3b600addb70a02148a415b9..741a8b0ed5728da2150774fc856fd4e7cd8d1cf2 100644
|
| --- a/test/mjsunit/harmony/proxies-prototype-target-stackoverflow.js
|
| +++ b/test/mjsunit/es6/proxies-prototype-target-stackoverflow.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 --harmony-reflect
|
| -
|
| // Test that traps that involve walking the target object's prototype chain
|
| // don't overflow the stack when the original proxy is on that chain.
|
|
|
|
|