From 7dcaf268824cb7795da55ae0f3b2f412f674ecd5 Mon Sep 17 00:00:00 2001 From: "marja@chromium.org" Date: Mon, 24 Mar 2014 12:49:26 +0000 Subject: [PATCH] Follow up to r20125 (enabling tests). These tests were never meant to be disabled. R=rossberg@chromium.org BUG= Review URL: https://codereview.chromium.org/209953002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20190 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/test-parsing.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc index 1f59f35..2746388 100644 --- a/test/cctest/test-parsing.cc +++ b/test/cctest/test-parsing.cc @@ -2529,8 +2529,8 @@ TEST(StrictDelete) { TEST(InvalidLeftHandSide) { const char* assignment_context_data[][2] = { - // {"", " = 1;"}, - // {"\"use strict\"; ", " = 1;"}, + {"", " = 1;"}, + {"\"use strict\"; ", " = 1;"}, { NULL, NULL } }; -- 2.7.4