| Index: test/mjsunit/es6/toMethod.js
|
| diff --git a/test/mjsunit/harmony/toMethod.js b/test/mjsunit/es6/toMethod.js
|
| similarity index 97%
|
| rename from test/mjsunit/harmony/toMethod.js
|
| rename to test/mjsunit/es6/toMethod.js
|
| index 81db5830c2b3a11bf3bbfe80a371476f3741e1c2..c18251b2dcf1ee5ca4b86eafb91dd426231c37e0 100644
|
| --- a/test/mjsunit/harmony/toMethod.js
|
| +++ b/test/mjsunit/es6/toMethod.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-classes --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
|
|
| (function TestSingleClass() {
|
|
|