| Index: test/mjsunit/es6/block-let-semantics.js
|
| diff --git a/test/mjsunit/harmony/block-let-semantics.js b/test/mjsunit/es6/block-let-semantics.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/block-let-semantics.js
|
| rename to test/mjsunit/es6/block-let-semantics.js
|
| index a37b795b0a502adf1edbe7f7d111ef4d9dcdead2..b0a826a007a84eaeac5c09c58c947b6de4b28972 100644
|
| --- a/test/mjsunit/harmony/block-let-semantics.js
|
| +++ b/test/mjsunit/es6/block-let-semantics.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
|
| -
|
| "use strict";
|
|
|
| // Test temporal dead zone semantics of let bound variables in
|
|
|