Follow up to r20125 (enabling tests).
authormarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Mar 2014 12:49:26 +0000 (12:49 +0000)
committermarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Mar 2014 12:49:26 +0000 (12:49 +0000)
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

index 1f59f35..2746388 100644 (file)
@@ -2529,8 +2529,8 @@ TEST(StrictDelete) {
 
 TEST(InvalidLeftHandSide) {
   const char* assignment_context_data[][2] = {
-    // {"", " = 1;"},
-    // {"\"use strict\"; ", " = 1;"},
+    {"", " = 1;"},
+    {"\"use strict\"; ", " = 1;"},
     { NULL, NULL }
   };