| Index: test/mjsunit/es6/classes-subclass-arrays.js
|
| diff --git a/test/mjsunit/harmony/classes-subclass-arrays.js b/test/mjsunit/es6/classes-subclass-arrays.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/classes-subclass-arrays.js
|
| rename to test/mjsunit/es6/classes-subclass-arrays.js
|
| index e0363c715bc433b7706c1aed00ab4ada0c6d10c2..74feb6aeb4d729a9ea23a948d6a7a88ebaf84606 100644
|
| --- a/test/mjsunit/harmony/classes-subclass-arrays.js
|
| +++ b/test/mjsunit/es6/classes-subclass-arrays.js
|
| @@ -1,8 +1,7 @@
|
| // Copyright 2015 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// Flags: --harmony-classes
|
| +
|
| 'use strict';
|
|
|
| (function TestDefaultConstructor() {
|
|
|