| Index: test/mjsunit/es6/block-let-declaration.js
|
| diff --git a/test/mjsunit/harmony/block-let-declaration.js b/test/mjsunit/es6/block-let-declaration.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/block-let-declaration.js
|
| rename to test/mjsunit/es6/block-let-declaration.js
|
| index 44a0049a44e3d7dc137e407c6e0f2c45de284600..13b8c39a10af2fe756107e2351d342f0184aa499 100644
|
| --- a/test/mjsunit/harmony/block-let-declaration.js
|
| +++ b/test/mjsunit/es6/block-let-declaration.js
|
| @@ -25,8 +25,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --harmony-scoping
|
| -
|
| // Test let declarations in various settings.
|
|
|
| "use strict";
|
|
|