| Index: test/mjsunit/es6/block-conflicts.js
|
| diff --git a/test/mjsunit/harmony/block-conflicts.js b/test/mjsunit/es6/block-conflicts.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/block-conflicts.js
|
| rename to test/mjsunit/es6/block-conflicts.js
|
| index d19a34a2c38a873375b37e92a26bdd551d8c144f..fdd581dd70b0e7b1d840054f527d6dcc940f24c7 100644
|
| --- a/test/mjsunit/harmony/block-conflicts.js
|
| +++ b/test/mjsunit/es6/block-conflicts.js
|
| @@ -1,8 +1,6 @@
|
| // Copyright 2011 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// Flags: --harmony-scoping
|
|
|
| // Test for conflicting variable bindings.
|
|
|
|
|