From: marja@chromium.org Date: Mon, 24 Mar 2014 12:49:26 +0000 (+0000) Subject: Follow up to r20125 (enabling tests). X-Git-Tag: upstream/4.7.83~10063 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dcaf268824cb7795da55ae0f3b2f412f674ecd5;p=platform%2Fupstream%2Fv8.git 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 --- 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 } };