| Index: test/mjsunit/es6/object-literals-property-shorthand.js
|
| diff --git a/test/mjsunit/harmony/object-literals-property-shorthand.js b/test/mjsunit/es6/object-literals-property-shorthand.js
|
| similarity index 97%
|
| rename from test/mjsunit/harmony/object-literals-property-shorthand.js
|
| rename to test/mjsunit/es6/object-literals-property-shorthand.js
|
| index 9756da46c10b4309f61cbba94c0dea6c63e4832c..29ce66d270839e861751b7f0205ef74712bc58f5 100644
|
| --- a/test/mjsunit/harmony/object-literals-property-shorthand.js
|
| +++ b/test/mjsunit/es6/object-literals-property-shorthand.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-object-literals
|
| -
|
|
|
| (function TestBasics() {
|
| var x = 1;
|
|
|