| Index: test/mjsunit/es6/block-const-assign.js
|
| diff --git a/test/mjsunit/es6/block-const-assign.js b/test/mjsunit/es6/block-const-assign.js
|
| index f78faa689ddd98a2ae48ae9bc0456b771581ce63..541dc0d97b1937e40749d014bb3d603269cd087c 100644
|
| --- a/test/mjsunit/es6/block-const-assign.js
|
| +++ b/test/mjsunit/es6/block-const-assign.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-computed-property-names
|
| -
|
| // 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.
|
|
|