| Index: test/mjsunit/harmony/block-const-assign.js
|
| diff --git a/test/mjsunit/harmony/block-const-assign.js b/test/mjsunit/harmony/block-const-assign.js
|
| index 8297a558a40903c2ec6f5297c7b3b6e902b5854f..b71729e8a20ebe2f142d533a076bd424c4ea4591 100644
|
| --- a/test/mjsunit/harmony/block-const-assign.js
|
| +++ b/test/mjsunit/harmony/block-const-assign.js
|
| @@ -30,9 +30,8 @@
|
| // Test that we throw early syntax errors in harmony mode
|
| // when using an immutable binding in an assigment or with
|
| // prefix/postfix decrement/increment operators.
|
| -// TODO(ES6): properly activate extended mode
|
| -"use strict";
|
|
|
| +"use strict";
|
|
|
| // Function local const.
|
| function constDecl0(use) {
|
|
|