Chromium Code Reviews| Index: test/mjsunit/es6/block-early-errors.js |
| diff --git a/test/mjsunit/harmony/block-early-errors.js b/test/mjsunit/es6/block-early-errors.js |
| similarity index 98% |
| rename from test/mjsunit/harmony/block-early-errors.js |
| rename to test/mjsunit/es6/block-early-errors.js |
| index 8ed5ea84ec7294e67e29bd19d745d40558da26cb..7afff32263df3e208989c8cff61b3d044d11caaf 100644 |
| --- a/test/mjsunit/harmony/block-early-errors.js |
| +++ b/test/mjsunit/es6/block-early-errors.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
Remove line
Dmitry Lomov (no reviews)
2015/03/13 14:51:29
Done.
|
| function CheckException(e) { |
| var string = e.toString(); |