Chromium Code Reviews| 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..f5c09039bb885267a4584079c7879e3f326975c8 100644 |
| --- a/test/mjsunit/harmony/block-conflicts.js |
| +++ b/test/mjsunit/es6/block-conflicts.js |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // |
| -// Flags: --harmony-scoping |
| +// Flags: |
|
rossberg
2015/03/13 14:24:32
Remove line
Dmitry Lomov (no reviews)
2015/03/13 14:51:29
Done.
|
| // Test for conflicting variable bindings. |