| Index: test/mjsunit/es6/block-const-assign.js
|
| diff --git a/test/mjsunit/harmony/block-const-assign.js b/test/mjsunit/es6/block-const-assign.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/block-const-assign.js
|
| rename to test/mjsunit/es6/block-const-assign.js
|
| index 5efe42c56bbc39603be40b89f933afa455ba859d..f78faa689ddd98a2ae48ae9bc0456b771581ce63 100644
|
| --- a/test/mjsunit/harmony/block-const-assign.js
|
| +++ b/test/mjsunit/es6/block-const-assign.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-scoping --harmony-computed-property-names
|
| +// 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
|
|
|