| Index: test/mjsunit/harmony/block-let-crankshaft.js
|
| diff --git a/test/mjsunit/harmony/block-let-crankshaft.js b/test/mjsunit/harmony/block-let-crankshaft.js
|
| index 98d1464a61243c19d9d9b08ecee3f6a29d240800..ba5bc0d4a573cf0ce14de953678c222c54fd3cd1 100644
|
| --- a/test/mjsunit/harmony/block-let-crankshaft.js
|
| +++ b/test/mjsunit/harmony/block-let-crankshaft.js
|
| @@ -27,6 +27,9 @@
|
|
|
| // Flags: --harmony-scoping --allow-natives-syntax
|
|
|
| +// TODO(ES6): properly activate extended mode
|
| +"use strict";
|
| +
|
| // Test that temporal dead zone semantics for function and block scoped
|
| // ket bindings are handled by the optimizing compiler.
|
|
|
|
|