| Index: test/mjsunit/es6/regress/regress-lookup-transition.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-lookup-transition.js b/test/mjsunit/es6/regress/regress-lookup-transition.js
|
| similarity index 88%
|
| rename from test/mjsunit/harmony/regress/regress-lookup-transition.js
|
| rename to test/mjsunit/es6/regress/regress-lookup-transition.js
|
| index 9a440b6ab3665e45b5121b7ec4abe48fc81b4f0f..c6da9bd746a5683e3360deebd29c0f177bd64f69 100644
|
| --- a/test/mjsunit/harmony/regress/regress-lookup-transition.js
|
| +++ b/test/mjsunit/es6/regress/regress-lookup-transition.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 --expose-gc
|
| +// Flags: --expose-gc
|
|
|
| var proxy = new Proxy({}, { getOwnPropertyDescriptor:function() {
|
| gc();
|
|
|