| Index: test/mjsunit/es6/block-let-semantics-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-let-semantics-sloppy.js b/test/mjsunit/es6/block-let-semantics-sloppy.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/block-let-semantics-sloppy.js
|
| rename to test/mjsunit/es6/block-let-semantics-sloppy.js
|
| index a55ff8fe495b2258c3abe7ac74edd7254e750507..4102ec8f5f14e11807759d39e8fd609236577a51 100644
|
| --- a/test/mjsunit/harmony/block-let-semantics-sloppy.js
|
| +++ b/test/mjsunit/es6/block-let-semantics-sloppy.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-sloppy --harmony-sloppy-let --harmony-sloppy-function
|
| -
|
| // Test temporal dead zone semantics of let bound variables in
|
| // function and block scopes.
|
|
|
|
|