| Index: test/mjsunit/harmony/block-conflicts.js
|
| diff --git a/test/mjsunit/harmony/block-conflicts.js b/test/mjsunit/harmony/block-conflicts.js
|
| index e27d6a1d38e421f7b4976c7f4989db27b1df5662..ee2d9794eedf94d46361bdf3fb9c784ad8e21d02 100644
|
| --- a/test/mjsunit/harmony/block-conflicts.js
|
| +++ b/test/mjsunit/harmony/block-conflicts.js
|
| @@ -29,6 +29,9 @@
|
|
|
| // Test for conflicting variable bindings.
|
|
|
| +// TODO(ES6): properly activate extended mode
|
| +"use strict";
|
| +
|
| function CheckException(e) {
|
| var string = e.toString();
|
| assertTrue(string.indexOf("has already been declared") >= 0 ||
|
|
|