Chromium Code Reviews| Index: test/mjsunit/es6/block-let-declaration.js |
| diff --git a/test/mjsunit/harmony/block-let-declaration.js b/test/mjsunit/es6/block-let-declaration.js |
| similarity index 99% |
| rename from test/mjsunit/harmony/block-let-declaration.js |
| rename to test/mjsunit/es6/block-let-declaration.js |
| index 44a0049a44e3d7dc137e407c6e0f2c45de284600..fbb13e62c7e3e29f75d9363c7b6040fc7f2e24a7 100644 |
| --- a/test/mjsunit/harmony/block-let-declaration.js |
| +++ b/test/mjsunit/es6/block-let-declaration.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 |
| +// Flags: |
|
rossberg
2015/03/13 14:24:32
Dito
Dmitry Lomov (no reviews)
2015/03/13 14:51:29
Done.
|
| // Test let declarations in various settings. |