| Index: test/mjsunit/es6/regexp-tolength.js
|
| diff --git a/test/mjsunit/harmony/regexp-tolength.js b/test/mjsunit/es6/regexp-tolength.js
|
| similarity index 92%
|
| rename from test/mjsunit/harmony/regexp-tolength.js
|
| rename to test/mjsunit/es6/regexp-tolength.js
|
| index d9e967ba27dcbb3a1ee0f9a096b8cf6870c21d63..f7cfe928af8caa9a7194d08f001ab1b55b04ec17 100644
|
| --- a/test/mjsunit/harmony/regexp-tolength.js
|
| +++ b/test/mjsunit/es6/regexp-tolength.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-tolength
|
| -
|
| 'use strict';
|
|
|
| let regexp = /x/g;
|
|
|