Reviewers: rossberg,

Message:
rossberg, ptal of this embarrassing cl, and then we'll pretend this never
happened, k? :)

Description:
Follow up to r20125 (enabling tests).

These tests were never meant to be disabled.

R=rossb...@chromium.org
BUG=

Please review this at https://codereview.chromium.org/209953002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M test/cctest/test-parsing.cc


Index: test/cctest/test-parsing.cc
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
index 1f59f357e40a8ec4e1fc66c690b1bf57350056aa..2746388bbdde4e8fb671da43cf054cd8e75676bf 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 }
   };



--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to