| Index: test/mjsunit/es6/computed-property-names-deopt.js
|
| diff --git a/test/mjsunit/harmony/computed-property-names-deopt.js b/test/mjsunit/es6/computed-property-names-deopt.js
|
| similarity index 91%
|
| rename from test/mjsunit/harmony/computed-property-names-deopt.js
|
| rename to test/mjsunit/es6/computed-property-names-deopt.js
|
| index 1f0b0585fc36250912ee9df28da3aa28452daca6..2f3a597f11fb705f51990de5504e63daa5548094 100644
|
| --- a/test/mjsunit/harmony/computed-property-names-deopt.js
|
| +++ b/test/mjsunit/es6/computed-property-names-deopt.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-computed-property-names --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
|
|
| (function TestProtoDeopt() {
|
|
|