| 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 c2fb96b6a48ea6eb432595ef0591b9939a60f8f5..98d1464a61243c19d9d9b08ecee3f6a29d240800 100644
|
| --- a/test/mjsunit/harmony/block-let-crankshaft.js
|
| +++ b/test/mjsunit/harmony/block-let-crankshaft.js
|
| @@ -25,7 +25,7 @@
|
| // (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-block-scoping --allow-natives-syntax
|
| +// Flags: --harmony-scoping --allow-natives-syntax
|
|
|
| // Test that temporal dead zone semantics for function and block scoped
|
| // ket bindings are handled by the optimizing compiler.
|
|
|