| Index: test/mjsunit/es6/regress/regress-crbug-448730.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-crbug-448730.js b/test/mjsunit/es6/regress/regress-crbug-448730.js
|
| similarity index 86%
|
| rename from test/mjsunit/harmony/regress/regress-crbug-448730.js
|
| rename to test/mjsunit/es6/regress/regress-crbug-448730.js
|
| index cf261276431cc2f7569c002b69de005c06540aea..a3c70acf6d6ec22fb78695f2d9a38c470ac0520a 100644
|
| --- a/test/mjsunit/harmony/regress/regress-crbug-448730.js
|
| +++ b/test/mjsunit/es6/regress/regress-crbug-448730.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: --allow-natives-syntax --harmony-proxies
|
| +// Flags: --allow-natives-syntax
|
|
|
| function bar() {}
|
| bar({ a: new Proxy({}, {}) });
|
|
|